Explorar o código

try to fix timing of test

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

+ 1 - 1
tests/test_3d_scene.py

@@ -24,5 +24,5 @@ def test_moving_sphere_with_timer(screen: Screen):
         raise Exception('Could not get position')
 
     pos = position()
-    screen.wait(0.1)
+    screen.wait(0.2)
     assert position() > pos