Skip to content

Commit 2d0be4d

Browse files
committed
Reduce evaluation timeout from 30 to 25 seconds
1 parent a8cee92 commit 2d0be4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evaluation_function/evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from lf_toolkit.evaluation import Result, Params
99
from lf_toolkit.evaluation.image_upload import upload_image, ImageUploadError
1010

11-
_TIMEOUT = 30
11+
_TIMEOUT = 25
1212
_UPLOAD_FOLDER = "evaluatePython"
1313

1414
_PREAMBLE_TEMPLATE = """\

0 commit comments

Comments
 (0)