Bump timeout for migration test
This commit is contained in:
parent
51642ffe3e
commit
ee906ec2d1
|
@ -23,6 +23,8 @@ const clearMigrations = async () => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
jest.setTimeout(10000)
|
||||||
|
|
||||||
describe("migrations", () => {
|
describe("migrations", () => {
|
||||||
const config = new TestConfig()
|
const config = new TestConfig()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue