Skip to content

Commit 608a419

Browse files
committed
Add test timeout
1 parent 84155b6 commit 608a419

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/code-analyzer-engine-api/test/utils/utils.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {FixedClock, indent, JavaCommandExecutor, RealClock} from "../../src/utils";
22

3+
jest.setTimeout(30_000);
34

45
describe('Tests for Clock', () => {
56
const fixedClock: FixedClock = new FixedClock(new Date(2025, 2, 21, 12, 30, 25, 20));

0 commit comments

Comments
 (0)