From 2828007a510dc443ce8384ce52538bed96845289 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Wed, 22 Jul 2020 16:13:41 -0500 Subject: [PATCH] Increase checker compiler timedout --- validator_template/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator_template/template.py b/validator_template/template.py index 9a6ccd7..c7d8567 100644 --- a/validator_template/template.py +++ b/validator_template/template.py @@ -30,7 +30,7 @@ def check(process_output, judge_output, judge_input, lang='CPP14', time_limit=10, memory_limit=1024**2, - compiler_time_limit=10, + compiler_time_limit=30, feedback=True, type='default', point_value=None, **kwargs) -> CheckerResult: executor = get_executor(files, lang, compiler_time_limit, problem_id)