We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8fec2 commit 40bc406Copy full SHA for 40bc406
Tests/FormbricksSDKTests/FormbricksSDKTests.swift
@@ -73,7 +73,7 @@ final class FormbricksSDKTests: XCTestCase {
73
DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) {
74
refreshExpectation.fulfill()
75
}
76
- wait(for: [refreshExpectation], timeout: 1.0)
+ wait(for: [refreshExpectation])
77
78
// Authenticate the user.
79
Formbricks.setUserId(userId)
0 commit comments