Explorar el Código

increasing retries for slow gh action execution

Rodja Trappe hace 2 años
padre
commit
0bfd587e26
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)