GattoNero commited on
Commit
569cd7b
·
verified ·
1 Parent(s): 2a0f6e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -731,7 +731,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
731
  if DOMANDE_MOCKATE:
732
  total_questions = create_mock_questions()
733
  else:
734
- responseFromService = requests.get(questions_url, timeout=15)
735
  response = process_questions(responseFromService)
736
  response.raise_for_status()
737
  total_questions = response.json()
 
731
  if DOMANDE_MOCKATE:
732
  total_questions = create_mock_questions()
733
  else:
734
+ responseFromService = requests.get(questions_url, timeout=30)
735
  response = process_questions(responseFromService)
736
  response.raise_for_status()
737
  total_questions = response.json()