terryyz commited on
Commit
42d4b79
·
verified ·
1 Parent(s): 1a7969b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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