Increased overridden timeout

This commit is contained in:
Alicia Sykes 2022-05-17 19:32:16 +01:00
parent e2b9c15360
commit 4f04e01aec
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export default {
if (!this.ipAddress) {
this.getUsersIpAddress(); return;
}
this.defaultTimeout = 20000;
this.defaultTimeout = 200000;
const options = { Authorization: `Basic ${this.apiKey}` };
this.makeRequest(this.endpoint, options).then(this.processData);
},