mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1201209 - Extend the timeout on socket readiness in test_nr_socket_unittest. r=drno
This commit is contained in:
parent
6f860a9cd4
commit
4a2e8df56c
@ -225,7 +225,7 @@ class TestNrSocketTest : public ::testing::Test {
|
||||
NS_DISPATCH_SYNC);
|
||||
|
||||
bool res;
|
||||
WAIT_(wait_done_for_main_, 100, res);
|
||||
WAIT_(wait_done_for_main_, 500, res);
|
||||
wait_done_for_main_ = false;
|
||||
|
||||
if (!res) {
|
||||
|
Loading…
Reference in New Issue
Block a user