From: Scott Talbert Date: Tue, 8 Sep 2026 15:12:56 +0000 (+0000) Subject: Increase test timeout to 10 seconds (for slower arches) X-Git-Tag: archive/raspbian/3.2.11+dfsg1-1+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=474199a6538ff8fab89f3a66ffad084771926580;p=wxwidgets3.2.git 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 --- 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;