Skip to content

Commit 9024d02

Browse files
committed
make less flaky, maybe..?
1 parent ca6bd4d commit 9024d02

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageloadWithChildSpanTimeout

1 file changed

+1
-1
lines changed

dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageloadWithChildSpanTimeout/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Sentry.init({
88
integrations: [
99
Sentry.browserTracingIntegration({
1010
// To avoid having this test run for 15s
11-
childSpanTimeout: 2000,
11+
childSpanTimeout: 5000,
1212
}),
1313
],
1414
defaultIntegrations: false,

0 commit comments

Comments
 (0)