up timeout

This commit is contained in:
Peter Clement 2024-03-15 14:59:41 +00:00
parent c0e17ddba3
commit 3c99d35cc7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export async function start(): Promise<StartedTestContainer> {
AWS_ACCESS_KEY_ID: "testkey",
AWS_SECRET_ACCESS_KEY: "testsecret",
})
.withWaitStrategy(new LocalstackS3WaitStrategy().withStartupTimeout(10000))
.withWaitStrategy(new LocalstackS3WaitStrategy().withStartupTimeout(30000))
.start()
return container