Skip to content

Commit 2b8d015

Browse files
committed
Wait a bit longer for the program to be deployed and ready
1 parent e43b299 commit 2b8d015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-validator.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const waitForValidator = spinner(
7878
const logs = fs.readFileSync(cliLogs, 'utf8');
7979
if (validator.exitCode !== null) {
8080
reject(logs);
81-
} else if (logs.includes('Confirmed Slot: 16')) {
81+
} else if (logs.includes('Confirmed Slot: 32')) {
8282
resolve();
8383
}
8484
}, 1000);

0 commit comments

Comments
 (0)