Skip to content

Commit

Permalink
Give it 3s before it fails
Browse files Browse the repository at this point in the history
Was taking ages because all 5 tables took 15s to fail.

Refs #43
  • Loading branch information
simonw committed Jan 13, 2024
1 parent 9a5840e commit bcd539b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_playwright.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
def test_blah(ds_server, table, page):
page.goto(ds_server + "/data/" + table)
# There should be two leaflet-marker-icons
page.wait_for_selector(".leaflet-marker-icon", timeout=15000)
page.wait_for_selector(".leaflet-marker-icon", timeout=3000)
assert len(page.query_selector_all(".leaflet-marker-icon")) == 2

0 comments on commit bcd539b

Please sign in to comment.