Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def run_bigcodebench(command):
|
|
84 |
process.terminate()
|
85 |
yield "Process terminated after 6 minutes timeout.\n"
|
86 |
|
87 |
-
Start a timer to kill the process after 6 minutes
|
88 |
timer = threading.Timer(360, kill_process)
|
89 |
timer.start()
|
90 |
|
|
|
84 |
process.terminate()
|
85 |
yield "Process terminated after 6 minutes timeout.\n"
|
86 |
|
87 |
+
# Start a timer to kill the process after 6 minutes
|
88 |
timer = threading.Timer(360, kill_process)
|
89 |
timer.start()
|
90 |
|