Skip to content

Commit

Permalink
add 15 min delay for connectivity check
Browse files Browse the repository at this point in the history
  • Loading branch information
noahfigueras committed Oct 5, 2023
1 parent 91ccab3 commit b882f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oracle/epoch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export async function processEpoch(

async function checkConnectivity(oracle: Oracle) {
try {
const delay = 60000 * 10;
const delay = 60000 * 15;
await setTimeout(delay);
logger.info("connectivity_check"):
const switched = await oracle.switchToBackup(false);
Expand Down

0 comments on commit b882f9b

Please sign in to comment.