Explorar o código

try to fix another flakyness

Rodja Trappe %!s(int64=2) %!d(string=hai) anos
pai
achega
bfcaae8f06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/test_auto_context.py

+ 1 - 1
tests/test_auto_context.py

@@ -92,7 +92,7 @@ def test_autoupdate_on_async_event_handler(screen: Screen):
 def test_autoupdate_on_async_timer_callback(screen: Screen):
     async def update():
         ui.label('1')
-        await asyncio.sleep(2.0)
+        await asyncio.sleep(3.0)
         ui.label('2')
     ui.label('0')
     ui.timer(2.0, update, once=True)