Increase test timeout to 10 seconds (for slower arches)
authorScott Talbert <swt@techie.net>
Wed, 2 Sep 2026 16:48:31 +0000 (12:48 -0400)
committerScott Talbert <swt@techie.net>
Wed, 2 Sep 2026 16:48:31 +0000 (12:48 -0400)
Bug-Debian: https://bugs.debian.org/1104730
Forwarded: not-needed
Last-Update: 2025-05-06

Gbp-Pq: Name increase-test-timeout.patch

tests/testableframe.h

index 515e90880063b89816289988fabd7509d4d87e2e..c190daa242568f557f31b632a6a44e30bd9c2111 100644 (file)
@@ -40,7 +40,7 @@ public:
     // the given number of milliseconds (supposed to be divisible by 50).
     //
     // Return true if we did receive the event or false otherwise.
-    bool WaitEvent(int timeInMs = 1000);
+    bool WaitEvent(int timeInMs = 10000);
 
 private:
     wxEventType m_type;