Skip to content

Commit

Permalink
Increase test timeout (#37)
Browse files Browse the repository at this point in the history
The setup downloads and extracts DynamoDB Local from a remote, which can take a variable amount of time.
  • Loading branch information
domdomegg committed Feb 5, 2024
1 parent c2eb64f commit b6c6569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ beforeAll(async () => {
plugin = new ServerlessDynamoDBPlugin(serverlessMock, { stage: 'test', region: 'test' });
await plugin.installHandler();
await plugin.startHandler();
});
}, 30_000);

test('create and list tables, add and scan items', async () => {
await client.send(new CreateTableCommand({
Expand Down

0 comments on commit b6c6569

Please sign in to comment.