Skip to content

Commit f984e10

Browse files
authored
fix: increase floci container startup timeout (#4)
1 parent b559633 commit f984e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FlociContainer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class FlociContainer {
7171
static readonly DEFAULT_ACCOUNT_ID = '000000000000';
7272
static readonly DEFAULT_ACCESS_KEY = 'test';
7373
static readonly DEFAULT_SECRET_KEY = 'test';
74-
static readonly STARTUP_TIMEOUT_MS = 30_000;
74+
static readonly STARTUP_TIMEOUT_MS = 120_000;
7575

7676
private readonly image: string;
7777
private readonly envVars: Record<string, string> = {};

0 commit comments

Comments
 (0)