Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Dec 26, 2023
1 parent 41db3bd commit 95d56da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/res/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ new Vue({
var timeout = setTimeout(() => {
test.status = this.currentTexts.connectivity.StatusUnavailable;
onTestComplete(false);
}, 3 * 1000);
}, 3 * 1200);

img.onload = () => {
clearTimeout(timeout);
Expand Down Expand Up @@ -1162,7 +1162,7 @@ new Vue({
{ action: () => this.checkAllIPs(), delay: 0 },
{ action: () => this.checkAllConnectivity(false, true), delay: 2000 },
{ action: () => this.checkAllWebRTC(true), delay: 4000 },
{ action: () => this.checkAllDNSLeakTest(true), delay: 3000 },
{ action: () => this.checkAllDNSLeakTest(true), delay: 2500 },
{ action: () => this.refreshingAlert(), delay: 500 },
];
this.scheduleTimedTasks(refreshTasks);
Expand Down

0 comments on commit 95d56da

Please sign in to comment.