Skip to content

Commit 24a0b20

Browse files
committed
Longer tests
1 parent 005c65b commit 24a0b20

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/node-integration-tests/suites/public-api/LocalVariables

1 file changed

+1
-1
lines changed

dev-packages/node-integration-tests/suites/public-api/LocalVariables/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as path from 'path';
33
import { conditionalTest } from '../../../utils';
44
import { assertSentryEvent, createRunner } from '../../../utils/runner';
55

6-
const LOCAL_VARIABLES_TEST_TIMEOUT = 5_000;
6+
const LOCAL_VARIABLES_TEST_TIMEOUT = 20_000;
77
const EXPECTED_LOCAL_VARIABLES_EVENT = {
88
exception: {
99
values: [

0 commit comments

Comments
 (0)