Bug 1201209 - Extend the timeout on socket readiness in test_nr_socket_unittest. r=drno

This commit is contained in:
Byron Campen [:bwc] 2015-09-02 14:27:07 -05:00
parent 6f860a9cd4
commit 4a2e8df56c

View File

@ -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) {