projects
/
wxwidgets3.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac1810f
)
Increase test timeout to 10 seconds (for slower arches)
author
Scott Talbert
<swt@techie.net>
Tue, 8 Sep 2026 15:12:56 +0000
(15:12 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Tue, 8 Sep 2026 15:12:56 +0000
(15:12 +0000)
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
patch
|
blob
|
history
diff --git
a/tests/testableframe.h
b/tests/testableframe.h
index 515e90880063b89816289988fabd7509d4d87e2e..c190daa242568f557f31b632a6a44e30bd9c2111 100644
(file)
--- 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 = 1000
0
);
private:
wxEventType m_type;