Bump timeout for migration test

This commit is contained in:
Rory Powell 2022-06-16 10:40:42 +01:00
parent 51642ffe3e
commit ee906ec2d1
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ const clearMigrations = async () => {
}
}
jest.setTimeout(10000)
describe("migrations", () => {
const config = new TestConfig()