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:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user