We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b559633 commit f984e10Copy full SHA for f984e10
1 file changed
src/FlociContainer.ts
@@ -71,7 +71,7 @@ export class FlociContainer {
71
static readonly DEFAULT_ACCOUNT_ID = '000000000000';
72
static readonly DEFAULT_ACCESS_KEY = 'test';
73
static readonly DEFAULT_SECRET_KEY = 'test';
74
- static readonly STARTUP_TIMEOUT_MS = 30_000;
+ static readonly STARTUP_TIMEOUT_MS = 120_000;
75
76
private readonly image: string;
77
private readonly envVars: Record<string, string> = {};
0 commit comments