Skip to content

Commit 1772d6b

Browse files
committed
Increase test timeout for CI again
1 parent 72616d9 commit 1772d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/respec.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ describe("ReSpec", () => {
115115
);
116116
});
117117

118-
describe("die-on parameter behavior", { timeout: 45000 }, () => {
118+
describe("die-on parameter behavior", { timeout: 50000 }, () => {
119119
const errorPattern =
120120
/^{"error":"Did not generate, due to errors exceeding the allowed error level."}$/;
121121

0 commit comments

Comments
 (0)