Skip to content

Commit 48e5c8a

Browse files
test: Increase timeout for ANRTrackerV2 tests (#5832)
Increase timeout from 5 to 10 seconds, because when CI is slow the tests fail sometimes with 5 seconds.
1 parent 8da82b4 commit 48e5c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SentryTests/Integrations/ANR/SentryANRTrackerV2Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import XCTest
55
#if os(iOS) || os(tvOS) || targetEnvironment(macCatalyst)
66
class SentryANRTrackerV2Tests: XCTestCase {
77

8-
private let waitTimeout: TimeInterval = 5.0
8+
private let waitTimeout: TimeInterval = 10.0
99
private var timeoutInterval: TimeInterval = 2
1010

1111
private func getSut() throws -> (SentryANRTracker, TestCurrentDateProvider, TestDisplayLinkWrapper, TestSentryCrashWrapper, SentryTestThreadWrapper, SentryFramesTracker) {

0 commit comments

Comments
 (0)