You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently interactive problems need more time due to the pipeline
handling. Other problemtypes shouldn't have such requirements but if
someone has a slower interactor or compare script for some types this
can be helpful.
So we both do this to not have `interactive` as special case and to
provide people with the option due to unforseen setups.
Copy file name to clipboardExpand all lines: etc/db-config.yaml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -101,8 +101,10 @@
101
101
regex: /^[1-9]\d*$/
102
102
error_message: A positive number is required.
103
103
- name: timelimit_overshoot
104
-
type: string
105
-
default_value: 1s|10%
104
+
type: array_keyval
105
+
default_value:
106
+
default: "1s|10%"
107
+
interactive: "2s+20%"
106
108
public: false
107
109
description: Time that submissions are kept running beyond timelimit before being killed. Specify as `Xs` for X seconds, `Y%` as percentage, or a combination of both separated by one of `+|&` for the sum, maximum, or minimum of both.
0 commit comments