zmora-agh / zmora-judge

Judging module of Zmora
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Force runner process termination after timeout #31

Closed marcmos closed 6 years ago

marcmos commented 6 years ago

Introduces executionTimeoutMult configuration parameter. Example: if test has CPU time limit set to 1s, forced termination will happen after 1s*5=5s (when executionTimeoutMult is set to 5).