alvis44 commited on
Commit
ef25cc7
·
verified ·
1 Parent(s): d17131d

Update app.py

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