Fix phantom's test module/webserver/request.js

This patch increases timeout of the test so that it
passes on Linux.
This commit is contained in:
Andrey Lushnikov 2017-06-14 02:25:17 -07:00
parent 143f633d3c
commit 8a5b3d3e05

View File

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