2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-11 18:02:32 +03:00

chore(ci): fixed contributors avatar rendering for CHANGELOG.md; (#5514)

This commit is contained in:
Dmitriy Mozgovoy
2023-01-31 17:56:09 +02:00
committed by GitHub
parent 9957377260
commit 9263473154
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ import _axios from '../../index.js';
window.axios = _axios;
// Jasmine config
jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000;
jasmine.getEnv().defaultTimeoutInterval = 20000;
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
jasmine.getEnv().defaultTimeoutInterval = 60000;
// Get Ajax request using an increasing timeout to retry
window.getAjaxRequest = (function () {