Skip to content

Commit

Permalink
Increase INITIALIZATION_TIME_OUT_DELAY (#3017)
Browse files Browse the repository at this point in the history
  • Loading branch information
nulrich authored Sep 18, 2024
1 parent 462d888 commit fbd15c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rum/src/domain/deflate/deflateWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
} from '@datadog/browser-core'
import type { RumConfiguration } from '@datadog/browser-rum-core'

export const INITIALIZATION_TIME_OUT_DELAY = 10 * ONE_SECOND
export const INITIALIZATION_TIME_OUT_DELAY = 30 * ONE_SECOND

declare const __BUILD_ENV__WORKER_STRING__: string

Expand Down

0 comments on commit fbd15c7

Please sign in to comment.