Skip to content

Commit

Permalink
Test case timeout increased
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Nov 21, 2024
1 parent 591d9d3 commit 40c2198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function verifyOutputs(): string {
// Test cases
test("Execute all tests", async () => {
expect(await executeAllTests()).toBe("passed");
});
}, 30000);

test("Verify output files", () => {
expect(verifyOutputs()).toBe("passed");
Expand Down

0 comments on commit 40c2198

Please sign in to comment.