mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 14:18:40 +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 fail = 0;
|
||||||
let count = 0;
|
let count = 0;
|
||||||
|
|
||||||
while (count < 120 && fail < 5) {
|
while (count < 180 && fail < 5) {
|
||||||
await sleep(1500);
|
await sleep(1000);
|
||||||
count++;
|
count++;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user