Skip to content

Commit

Permalink
timeout for local variables test
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Aug 8, 2024
1 parent f0d4dc3 commit cac6d44
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import * as path from 'path';
import { conditionalTest } from '../../../utils';
import { cleanupChildProcesses, createRunner } from '../../../utils/runner';

jest.setTimeout(45_000);

const EXPECTED_LOCAL_VARIABLES_EVENT = {
exception: {
values: [
Expand Down

0 comments on commit cac6d44

Please sign in to comment.