Skip to content

Commit

Permalink
chore: increase db wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
solaris007 committed Jan 24, 2024
1 parent 54286e8 commit ef725f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spacecat-shared-data-access/test/it/db.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe('DynamoDB Integration Test', async () => {

dynamoDbLocalProcess = dynamoDbLocal.spawn({ port: 8000, sharedDb: true });

await sleep(3000); // give db time to start up
await sleep(5000); // give db time to start up

await generateSampleData(
TEST_DA_CONFIG,
Expand Down

0 comments on commit ef725f5

Please sign in to comment.