Skip to content

Commit 9add417

Browse files
authored
ci: Fix test race condition (#5750)
1 parent 3b4b557 commit 9add417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SentryTests/SentrySDKThreadTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ final class SentrySDKThreadTests: XCTestCase {
2828
sut.bindClient(nil)
2929
}
3030

31-
wait(for: [exp], timeout: 1.0)
31+
wait(for: [exp], timeout: 10.0)
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)