Description: Increase test timeout to 10 seconds (for slower arches)
Author: Scott Talbert <swt@techie.net>
Bug-Debian: https://bugs.debian.org/1104730
Forwarded: not-needed
Last-Update: 2025-05-06

--- a/tests/testableframe.h
+++ b/tests/testableframe.h
@@ -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;
