Skip to content

Commit

Permalink
incraese timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Jan 19, 2024
1 parent 824d0e6 commit 791c76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/application/checks.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const gamedig = require('gamedig');
const serviceHelper = require('../serviceHelper');
const log = require('../../lib/log');

const timeout = 3456;
const timeout = 5456;
const generalWebsiteApps = ['website', 'AtlasCloudMainnet', 'HavenVaultMainnet', 'KDLaunch', 'paoverview', 'FluxInfo', 'Jetpack2', 'jetpack', 'web', 'eckodexswap', 'eckodexvault'];
const ethersList = [
{
Expand Down

0 comments on commit 791c76e

Please sign in to comment.