Skip to content

Commit 24e47f6

Browse files
committed
Wait for the validator a bit longer
1 parent c99fb04 commit 24e47f6

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: 1')) {
81+
} else if (logs.includes('Confirmed Slot: 2')) {
8282
resolve();
8383
}
8484
}, 1000);

0 commit comments

Comments
 (0)