diff --git a/src/components/Widgets/BlacklistCheck.vue b/src/components/Widgets/BlacklistCheck.vue index edf5e419..ad5975b9 100644 --- a/src/components/Widgets/BlacklistCheck.vue +++ b/src/components/Widgets/BlacklistCheck.vue @@ -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); },