diff --git a/third_party/phantomjs/test/module/webserver/requests.js b/third_party/phantomjs/test/module/webserver/requests.js index 843a041c578..f8d4e8b9f1f 100644 --- a/third_party/phantomjs/test/module/webserver/requests.js +++ b/third_party/phantomjs/test/module/webserver/requests.js @@ -19,7 +19,7 @@ setup(function () { } assert_unreached("unable to find a free TCP port for server tests"); }, - { "test_timeout": 1000 }); + { "test_timeout": 3000 }); function arm_check_request (test, expected_postdata, expected_bindata, expected_mimetype) {