chore(remote_judger/luogu): shorter sleep time

This commit is contained in:
Baoshuo Ren 2023-02-06 11:07:55 +08:00
parent d4bdef8d42
commit 00fea4675f
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -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 {