Przeglądaj źródła

increasing retries for slow gh action execution

Rodja Trappe 2 lat temu
rodzic
commit
0bfd587e26
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tests/test_auto_context.py

+ 1 - 1
tests/test_auto_context.py

@@ -38,7 +38,7 @@ def test_adding_elements_with_async_await(screen: Screen):
         ui.timer(1.1, add_b, once=True)
 
     screen.open('/')
-    for i in range(40):
+    for i in range(100):
         if 'card\n  A\ncard\n  B' in screen.render_content():
             return
         screen.wait(0.1)