Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update api/code_execution.py
Browse files- api/code_execution.py +1 -1
api/code_execution.py
CHANGED
@@ -39,7 +39,7 @@ from typing import List, Tuple, Union
|
|
39 |
|
40 |
import numpy as np
|
41 |
|
42 |
-
TIMEOUT_LIMIT=
|
43 |
|
44 |
|
45 |
@contextlib.contextmanager
|
|
|
39 |
|
40 |
import numpy as np
|
41 |
|
42 |
+
TIMEOUT_LIMIT=120.0 # BCB default is 240.0
|
43 |
|
44 |
|
45 |
@contextlib.contextmanager
|