Skip to content

Commit

Permalink
Update SentryANRTrackerTests.swift (getsentry#1955)
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin authored Jul 11, 2022
1 parent fc83a7d commit 2099869
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class SentryANRTrackerTests: XCTestCase, SentryANRTrackerDelegate {
private var fixture: Fixture!
private var anrDetectedExpectation: XCTestExpectation!
private var anrStoppedExpectation: XCTestExpectation!
private let waitTimeout: TimeInterval = 0.1
private let waitTimeout: TimeInterval = 0.3

private class Fixture {
let timeoutInterval: TimeInterval = 5
Expand Down

0 comments on commit 2099869

Please sign in to comment.