Terry Zhuo commited on
Commit
bdae256
·
1 Parent(s): 7207b80
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def run_bigcodebench(command):
83
  is_running = False
84
  yield "Process terminated after 6 minutes timeout.\n"
85
 
86
- Start a timer to kill the process after 6 minutes
87
  timer = threading.Timer(360, kill_process)
88
  timer.start()
89
 
 
83
  is_running = False
84
  yield "Process terminated after 6 minutes timeout.\n"
85
 
86
+ # Start a timer to kill the process after 6 minutes
87
  timer = threading.Timer(360, kill_process)
88
  timer.start()
89