Skip to content

Commit 2995dad

Browse files
committed
test: add longer timeout for ecosystem test setup
1 parent ce4aec9 commit 2995dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/transform/ecosystem.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const targets: Record<string, Target> = {
2626

2727
beforeAll(async () => {
2828
await generateFixtures(targets)
29-
})
29+
}, 30_000)
3030

3131
afterAll(() => {
3232
cleanupTargets()

0 commit comments

Comments
 (0)