From 3f2fe5c9a1524187e2c1b9281c6fcf5d0b95e613 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sat, 28 Jan 2023 23:11:18 +0100 Subject: [PATCH] Set default FSCzech wait time to 60s. Resolves #15 --- web/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/util.js b/web/util.js index 742e07e..beb158d 100644 --- a/web/util.js +++ b/web/util.js @@ -50,7 +50,7 @@ var rules = { 'FSA' : { sequential: true, questionTimeout: 5, allowQOvertime: true }, 'FSN' : { sequential: true }, 'FSEast' : { sequential: false }, - 'FSCzech' : { sequential: false, submitTries: Infinity, submitTimeout: 30 }, + 'FSCzech' : { sequential: false, submitTries: Infinity, submitTimeout: 60 }, 'FSSpain' : { sequential: true, submitTries: 10 }, 'FSSwitzerland' : { sequential: true }, }