Procházet zdrojové kódy

increased waiting to account for slow CI

Rodja Trappe před 2 roky
rodič
revize
f6bfed3486
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 ')