Skip to content

Commit 74ab70e

Browse files
committed
test: bump timeout for setup
1 parent 6e229c9 commit 74ab70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/next-package-not-resolvable-in-base-dir.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ beforeAll(async () => {
7171
reject(e)
7272
}
7373
})
74-
})
74+
}, 3 * 60 * 1000)
7575

7676
afterAll(() => destroy())
7777

0 commit comments

Comments
 (0)