Antoine101 commited on
Commit
e217ebb
·
verified ·
1 Parent(s): 0ccf69a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
139
  # 5. Submit
140
  print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
141
  try:
142
- response = requests.post(submit_url, json=submission_data, timeout=60)
143
  response.raise_for_status()
144
  result_data = response.json()
145
  final_status = (
 
139
  # 5. Submit
140
  print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
141
  try:
142
+ response = requests.post(submit_url, json=submission_data, timeout=90)
143
  response.raise_for_status()
144
  result_data = response.json()
145
  final_status = (