Skip to content

Commit b8a8fba

Browse files
authored
Update index.ts
1 parent 49c40a6 commit b8a8fba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (process.env.ROLE) {
2929
} catch (e: any) {
3030
console.error(e);
3131
// Wait to avoid excessively fast restart loop if services aren't up yet
32-
await new Promise((resolve) => setTimeout(resolve, 500));
32+
await new Promise((resolve) => setTimeout(resolve, 250));
3333
process.exit(1);
3434
}
3535
} else if (process.env.GROUP) {

0 commit comments

Comments
 (0)