We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b24f5 commit 1c8fec2Copy full SHA for 1c8fec2
Tests/FormbricksSDKTests/FormbricksSDKTests.swift
@@ -107,7 +107,7 @@ final class FormbricksSDKTests: XCTestCase {
107
trackExpectation.fulfill()
108
})
109
110
- wait(for: [trackExpectation], timeout: 2.0)
+ wait(for: [trackExpectation])
111
112
XCTAssertTrue(Formbricks.surveyManager?.isShowingSurvey ?? false)
113
@@ -156,7 +156,8 @@ final class FormbricksSDKTests: XCTestCase {
156
thirdTrackExpectation.fulfill()
157
158
159
- wait(for: [thirdTrackExpectation], timeout: 2.0)
+ wait(for: [thirdTrackExpectation])
160
+
161
162
163
// Test the cleanup
0 commit comments