From 61127121d05e6320d1dc2fb79606f022396a322a Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Mon, 5 Feb 2024 23:13:36 +0000 Subject: [PATCH] Increase test timeout The setup downloads and extracts DynamoDB Local from a remote, which can take a variable amount of time. --- src/e2e.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/e2e.test.ts b/src/e2e.test.ts index e864aff..fd5fc06 100644 --- a/src/e2e.test.ts +++ b/src/e2e.test.ts @@ -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({