Skip to content

Commit 1b72f95

Browse files
author
Nils Bars
committed
Bump MAX_TEST_OUTPUT_LENGTH
1 parent 309fd59 commit 1b72f95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ref-docker-base/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class TestResult():
3535
INSTANCE_ID = int(f.read())
3636

3737
IS_SUBMISSION = os.path.isfile('/etc/is_submission')
38-
MAX_TEST_OUTPUT_LENGTH = 10000
38+
MAX_TEST_OUTPUT_LENGTH = 1024 * 64
3939

4040
def finalize_request(req):
4141
signer = TimedSerializer(KEY, salt='from-container-to-web')

0 commit comments

Comments
 (0)