Skip to content

Commit

Permalink
Bump RKT compiler time limit to 20 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 committed Dec 29, 2024
1 parent b199763 commit ec7ec54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dmoj/executors/RKT.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Executor(CompiledExecutor):
ext = 'rkt'
fs = [RecursiveDir('/etc/racket'), ExactFile('/etc/passwd'), ExactDir('/')]
compiler_read_fs = [RecursiveDir('~/.local/share/racket')]
compiler_time_limit = 20

command = 'racket'

Expand Down

0 comments on commit ec7ec54

Please sign in to comment.