From 7efdb04e1e697313b0f8881ee4c871508ab822a6 Mon Sep 17 00:00:00 2001 From: Andrea Giammarchi Date: Wed, 26 Apr 2023 10:01:20 +0200 Subject: [PATCH 001/417] Increase commonly failing tests timeout (#1412) --- pyscriptjs/tests/integration/test_zz_examples.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyscriptjs/tests/integration/test_zz_examples.py b/pyscriptjs/tests/integration/test_zz_examples.py index 74526cc4fb6..245a7c1bc0e 100644 --- a/pyscriptjs/tests/integration/test_zz_examples.py +++ b/pyscriptjs/tests/integration/test_zz_examples.py @@ -59,7 +59,7 @@ def test_simple_clock(self): def test_altair(self): self.goto("examples/altair.html") - self.wait_for_pyscript() + self.wait_for_pyscript(timeout=90 * 1000) assert self.page.title() == "Altair" wait_for_render(self.page, "*", '') save_as_png_link = self.page.locator("text=Save as PNG") @@ -137,7 +137,7 @@ def test_d3(self): def test_folium(self): self.goto("examples/folium.html") - self.wait_for_pyscript() + self.wait_for_pyscript(timeout=90 * 1000) assert self.page.title() == "Folium" wait_for_render(self.page, "*", "