Skip to content

Commit 5794602

Browse files
committed
Test timeout
1 parent 330df60 commit 5794602

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/datastore/src/__test__/mi-repository.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ import { setupDynamoDBContainer, createTables, DBContext, deleteTables } from ".
33
import { createTestLogger, LogStream } from "./logs";
44
import { MIRepository } from "../mi-repository";
55

6+
// Database tests can take longer, especially with setup and teardown
7+
jest.setTimeout(30000);
8+
9+
610
describe('MiRepository', () => {
711
let db: DBContext;
812
let miRepository: MIRepository;

0 commit comments

Comments
 (0)