Skip to content

Commit

Permalink
Increase the job timeout to 20s
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 30, 2024
1 parent 82c89cf commit 5e4759f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/utils/simulation/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ export const LODESTAR_BINARY_PATH = `${__dirname}/../../../bin/lodestar.js`;
export const MOCK_ETH1_GENESIS_HASH = "0xfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfbfb";
export const SHARED_JWT_SECRET = "0xdc6457099f127cf0bac78de8b297df04951281909db4f58b43def7c7151e765d";
export const SHARED_VALIDATOR_PASSWORD = "passwrod";
export const JOB_HEALTH_TIMEOUT = 10000;
export const JOB_HEALTH_TIMEOUT = 20000;

0 comments on commit 5e4759f

Please sign in to comment.