Skip to content

Commit

Permalink
Wait longer.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Aug 22, 2024
1 parent ae31423 commit 53facd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/webdriver.toit
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class WebDriver:

url := "http://localhost:$port"

MAX-ATTEMPTS := 10
MAX-ATTEMPTS := 20
for i := 0; i < MAX-ATTEMPTS; i++:
exception := catch --unwind=(: i == MAX-ATTEMPTS - 1):
response := client_.post-json --uri="$url/session" {
Expand Down

0 comments on commit 53facd2

Please sign in to comment.