Skip to content

Commit 9ccc0f5

Browse files
authored
fix: Flush flaky test (#6766)
1 parent 474ae14 commit 9ccc0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SentryTests/SentrySDKInternalTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ class SentrySDKInternalTests: XCTestCase {
613613
SentrySDKInternal.currentHub().bindClient(client)
614614
SentrySDK.close()
615615

616-
XCTAssertEqual(Options().shutdownTimeInterval, transport.flushInvocations.first ?? 0.0, accuracy: 0.003)
616+
XCTAssertEqual(Options().shutdownTimeInterval, transport.flushInvocations.first ?? 0.0, accuracy: 0.03)
617617
}
618618

619619
func testLogger_ReturnsSameInstanceOnMultipleCalls() {

0 commit comments

Comments
 (0)