GT5557 commited on
Commit
3799fdd
·
verified ·
1 Parent(s): 09dd49e

Update app.py

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