madsc13nt1st commited on
Commit
9d6bb5c
·
verified ·
1 Parent(s): 969b6c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
88
  except Exception as e:
89
  print(f"Error running agent on task {task_id}: {e}")
90
  results_log.append({"Task ID": task_id, "Question": question_text, "Submitted Answer": f"AGENT ERROR: {e}"})
91
- time.sleep(50)
92
 
93
  if not answers_payload:
94
  print("Agent did not produce any answers to submit.")
 
88
  except Exception as e:
89
  print(f"Error running agent on task {task_id}: {e}")
90
  results_log.append({"Task ID": task_id, "Question": question_text, "Submitted Answer": f"AGENT ERROR: {e}"})
91
+ time.sleep(20)
92
 
93
  if not answers_payload:
94
  print("Agent did not produce any answers to submit.")