From: Scott Talbert Date: Wed, 2 Sep 2026 16:48:31 +0000 (-0400) Subject: Increase test timeout to 10 seconds (for slower arches) X-Git-Tag: archive/raspbian/3.2.11+dfsg1-1+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=37a740678f21a8611c23283e7ae34c4d3955a650;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;