Skip to content

Commit 43815bc

Browse files
test: Increase timeout for ANRV1 tests (#4735)
Increase the timeout for ANRTrackerV2 tests from 1.0 to 2.0.
1 parent 6e2994b commit 43815bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SentryTests/Integrations/ANR/SentryANRTrackerV1Tests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class SentryANRTrackerV1Tests: XCTestCase, SentryANRTrackerDelegate {
99
private var fixture: Fixture!
1010
private var anrDetectedExpectation: XCTestExpectation!
1111
private var anrStoppedExpectation: XCTestExpectation!
12-
private let waitTimeout: TimeInterval = 1.0
12+
private let waitTimeout: TimeInterval = 2.0
1313

1414
private class Fixture {
1515
let timeoutInterval: TimeInterval = 5

0 commit comments

Comments
 (0)