Skip to content

Commit 86a146f

Browse files
committed
test: extend smoke pack timeout
1 parent a504c3d commit 86a146f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smoke-pack.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ describe("package smoke", () => {
9999

100100
expect(doctorResult.status).toBe(0);
101101
expect(JSON.parse(doctorResult.stdout).healthy).toBe(true);
102-
});
102+
}, 120_000);
103103
});

0 commit comments

Comments
 (0)