From 8a221a621756687584bca5d7403fd3fe796aac47 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Sat, 18 Jul 2026 19:00:40 -0400 Subject: [PATCH] Increase test timeout to 10 seconds (for slower arches) 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testableframe.h b/tests/testableframe.h index 515e908..c190daa 100644 --- 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; -- 2.30.2