Skip to content

Commit 2099869

Browse files
authored
Update SentryANRTrackerTests.swift (#1955)
1 parent fc83a7d commit 2099869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SentryTests/Integrations/ANR/SentryANRTrackerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class SentryANRTrackerTests: XCTestCase, SentryANRTrackerDelegate {
77
private var fixture: Fixture!
88
private var anrDetectedExpectation: XCTestExpectation!
99
private var anrStoppedExpectation: XCTestExpectation!
10-
private let waitTimeout: TimeInterval = 0.1
10+
private let waitTimeout: TimeInterval = 0.3
1111

1212
private class Fixture {
1313
let timeoutInterval: TimeInterval = 5

0 commit comments

Comments
 (0)