We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005c65b commit 24a0b20Copy full SHA for 24a0b20
dev-packages/node-integration-tests/suites/public-api/LocalVariables/test.ts
@@ -3,7 +3,7 @@ import * as path from 'path';
3
import { conditionalTest } from '../../../utils';
4
import { assertSentryEvent, createRunner } from '../../../utils/runner';
5
6
-const LOCAL_VARIABLES_TEST_TIMEOUT = 5_000;
+const LOCAL_VARIABLES_TEST_TIMEOUT = 20_000;
7
const EXPECTED_LOCAL_VARIABLES_EVENT = {
8
exception: {
9
values: [
0 commit comments