From: Matthias Clasen Date: Fri, 5 May 2023 15:57:10 +0000 (-0400) Subject: ci: Bump timeouts of headless tests X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~307^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=93ccf08c81fd6c5b3c3c79a682e6314b97a97db1;p=gtk4.git ci: Bump timeouts of headless tests --- diff --git a/testsuite/headless/headless-input-tests.py b/testsuite/headless/headless-input-tests.py index 37461eddbe..99e5251e80 100644 --- a/testsuite/headless/headless-input-tests.py +++ b/testsuite/headless/headless-input-tests.py @@ -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()