Increase checker compiler timedout
This commit is contained in:
parent
23f5a579b7
commit
2828007a51
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue