Skip to content

Commit 0b3df09

Browse files
aborrusoclaude
andauthored
fix(cup-cig): increase wait timeout for Informazioni Gara to 30s (#20)
The ANAC portal can be slow to render results after clicking Cerca. 8s was too tight; 30s gives the backend enough time to respond. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bf37822 commit 0b3df09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/cup-cig/scripts/cig-fetch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ run 3 agent-browser eval "(() => {
9090
return 'clicked';
9191
})()"
9292

93-
run 8 agent-browser wait --text "Informazioni Gara"
93+
run 30 agent-browser wait --text "Informazioni Gara"
9494

9595
# Click "Esporta in JSON" via JS (match parziale su "JSON")
9696
run 3 agent-browser eval "(() => {

0 commit comments

Comments
 (0)