We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a504c3d commit 86a146fCopy full SHA for 86a146f
1 file changed
tests/smoke-pack.test.ts
@@ -99,5 +99,5 @@ describe("package smoke", () => {
99
100
expect(doctorResult.status).toBe(0);
101
expect(JSON.parse(doctorResult.stdout).healthy).toBe(true);
102
- });
+ }, 120_000);
103
});
0 commit comments