joronoso commited on
Commit
4e10f06
·
verified ·
1 Parent(s): e9db266

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
100
  # 5. Submit
101
  print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
102
  try:
103
- response = requests.post(submit_url, json=submission_data, timeout=60)
104
  response.raise_for_status()
105
  result_data = response.json()
106
  final_status = (
 
100
  # 5. Submit
101
  print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
102
  try:
103
+ response = requests.post(submit_url, json=submission_data, timeout=180)
104
  response.raise_for_status()
105
  result_data = response.json()
106
  final_status = (