diff --git a/remote_judger/src/providers/luogu.ts b/remote_judger/src/providers/luogu.ts index adc104e..8cca05f 100644 --- a/remote_judger/src/providers/luogu.ts +++ b/remote_judger/src/providers/luogu.ts @@ -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 {