GT5557 commited on
Commit
7817b6f
·
verified ·
1 Parent(s): ed8f742

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ sys.stdout.reconfigure(line_buffering=True)
29
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
30
 
31
  # Single values — no per-difficulty branching
32
- TIMEOUT_SECONDS = 60
33
  RECURSION_LIMIT = 12
34
  PAUSE_SECONDS = 1.0
35
 
 
29
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
30
 
31
  # Single values — no per-difficulty branching
32
+ TIMEOUT_SECONDS = 120
33
  RECURSION_LIMIT = 12
34
  PAUSE_SECONDS = 1.0
35