Skip to content

Commit 3e543ec

Browse files
committed
fix: timeout type
1 parent fdee310 commit 3e543ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigcodebench/eval/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import multiprocessing
3232
from typing import Optional
3333

34-
TIMEOUT=240
34+
TIMEOUT=240.0
3535

3636
@contextlib.contextmanager
3737
def swallow_subprocess_output():

0 commit comments

Comments
 (0)