GT5557 commited on
Commit
f404bed
·
verified ·
1 Parent(s): 460477d

Update app.py

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