Selaa lähdekoodia

increased waiting to account for slow CI

Rodja Trappe 2 vuotta sitten
vanhempi
säilyke
f6bfed3486
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tests/test_lifecycle.py

+ 1 - 1
tests/test_lifecycle.py

@@ -43,7 +43,7 @@ def test_connect_disconnect_is_called_for_each_client(screen: Screen):
     screen.open('/')
     screen.open('/')
     screen.open('/')
-    screen.wait(0.1)
+    screen.wait(0.5)
     assert len(events) == 5
     assert events[0].startswith('connect ')
     assert events[1].startswith('disconnect ')