Show More
Commit Description:
added time out check for code jom submissions
Commit Description:
added time out check for code jom submissions
References:
File last commit:
Show/Diff file:
Action:
app/views/main/_submission_timeouts.html.haml
| 7 lines
| 180 B
| text/x-haml
| HamlLexer
|
|
r228 | CodejomTimeout.timeouts = [ | ||
- @submission_timeouts.each_pair do |id, t| | ||||
- if t!=nil | ||||
= "{problem: #{id}, timeout: #{t}}," | ||||
- else | ||||
= "{problem: #{id}, timeout: null}," | ||||
]; | ||||