From 22c8157a78784ae1e6aeca83be56458740bd4f7e Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Tue, 6 May 2025 18:00:13 -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