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

--HG--
extra : transplant_source : Y%C5%23%21%80%3B%AD%98%F2%23%C2pU%3E0%82%11%16%13%B2
This commit is contained in:
Byron Campen [:bwc] 2015-09-02 14:27:07 -05:00
Родитель 1b80c3a4fc
Коммит 379ef453c3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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