mirror of
https://github.com/tenrok/axios.git
synced 2026-06-11 18:02:32 +03:00
Attempting to fix SauceLabs timeouts
This commit is contained in:
@@ -7,6 +7,10 @@ URLSearchParams = require('url-search-params');
|
||||
// Import axios
|
||||
axios = require('../../index');
|
||||
|
||||
// Jasmine config
|
||||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000;
|
||||
jasmine.getEnv().defaultTimeoutInterval = 20000;
|
||||
|
||||
// Is this an old version of IE that lacks standard objects like DataView, ArrayBuffer, FormData, etc.
|
||||
isOldIE = /MSIE (8|9)\.0/.test(navigator.userAgent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user