Skip to content

Commit 4d32b68

Browse files
quantum5kiritofeng
authored andcommitted
Bump RKT compiler time limit to 20 seconds
1 parent b199763 commit 4d32b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dmoj/executors/RKT.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class Executor(CompiledExecutor):
88
ext = 'rkt'
99
fs = [RecursiveDir('/etc/racket'), ExactFile('/etc/passwd'), ExactDir('/')]
1010
compiler_read_fs = [RecursiveDir('~/.local/share/racket')]
11+
compiler_time_limit = 20
1112

1213
command = 'racket'
1314

0 commit comments

Comments
 (0)