mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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:
parent
143f633d3c
commit
8a5b3d3e05
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user