mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 12:18:42 +00:00
chore(remote_judger/luogu): shorter sleep time
This commit is contained in:
parent
d4bdef8d42
commit
00fea4675f
@ -254,8 +254,8 @@ export default class LuoguProvider implements IBasicProvider {
|
||||
let fail = 0;
|
||||
let count = 0;
|
||||
|
||||
while (count < 120 && fail < 5) {
|
||||
await sleep(1500);
|
||||
while (count < 180 && fail < 5) {
|
||||
await sleep(1000);
|
||||
count++;
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user