mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Unflake abort-network-request.js on Travis-Ci
The patch increases timeout up to 5 seconds.
This commit is contained in:
parent
cf35524285
commit
78e879925f
@ -33,4 +33,4 @@ async_test(function () {
|
||||
assert_equals(errorCount, 1);
|
||||
}));
|
||||
|
||||
}, "can abort network requests");
|
||||
}, "can abort network requests", { timeout: 5000 });
|
||||
|
Loading…
Reference in New Issue
Block a user