浏览代码

try to fix timing of test

Rodja Trappe 2 年之前
父节点
当前提交
b8f57023de
共有 1 个文件被更改,包括 1 次插入1 次删除
  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