We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bcc42 commit 4902151Copy full SHA for 4902151
bigcodebench/gen/util/__init__.py
@@ -49,7 +49,7 @@ def trusted_exec(code, test_code, task_id, max_as_limit, max_data_limit, max_sta
49
suite = loader.loadTestsFromTestCase(TestCases)
50
test_result = unittest.TestResult()
51
start = time.time()
52
- with safe_environment(), swallow_io():
+ with safe_environment(), swallow_io(), time_limit(seconds=120):
53
suite.run(test_result)
54
55
# Needed for cleaning up.
0 commit comments