2
0
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:
Matt Zabriskie
2016-06-27 12:48:09 -06:00
parent 2b45762a9b
commit 181f4e78b9
2 changed files with 11 additions and 4 deletions
+4
View File
@@ -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);