ci: Bump timeouts of headless tests
authorMatthias Clasen <mclasen@redhat.com>
Fri, 5 May 2023 15:57:10 +0000 (11:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 5 May 2023 16:05:10 +0000 (12:05 -0400)
testsuite/headless/headless-input-tests.py

index 37461eddbefdc4f483a0f8cbe43bdaba92d647bb..99e5251e80558a510ba563ade9a65e4d4cf3d917 100644 (file)
@@ -461,7 +461,7 @@ def dnd_tests():
         launch_drop_target()
         wait(100);
         button_release(1)
-        expect_drop('abc', timeout=200)
+        expect_drop('abc', timeout=2000)
 
         stop_drop_target()
         stop_drag_source()