mrks89 commited on
Commit
ff754fc
·
verified ·
1 Parent(s): 682c9cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
59
  # 2. Fetch Questions
60
  print(f"Fetching questions from: {questions_url}")
61
  try:
62
- response = requests.get(questions_url, timeout=15)
63
  response.raise_for_status()
64
  questions_data = response.json()
65
  if not questions_data:
 
59
  # 2. Fetch Questions
60
  print(f"Fetching questions from: {questions_url}")
61
  try:
62
+ response = requests.get(questions_url, timeout=30)
63
  response.raise_for_status()
64
  questions_data = response.json()
65
  if not questions_data: