sgbaird commited on
Commit
957bc86
·
verified ·
1 Parent(s): 2f7fc44

Update app.py

Browse files

for some reason seems to be timing out (i.e., experiment taking longer than normal). Bumping up timeout to 5 min.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ def task_processor():
149
  """
150
  global current_task, queue_counter
151
  task_start_time = None
152
- TIMEOUT_SECONDS = 165 # 2min45s
153
 
154
  while True:
155
  if current_task:
 
149
  """
150
  global current_task, queue_counter
151
  task_start_time = None
152
+ TIMEOUT_SECONDS = 300
153
 
154
  while True:
155
  if current_task: