We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc31a20 commit 65062adCopy full SHA for 65062ad
Tests/ExportersTests/DatadogExporter/Upload/DataUploadWorkerTests.swift
@@ -91,7 +91,7 @@ class DataUploadWorkerTests: XCTestCase {
91
featureName: .mockAny()
92
)
93
94
- wait(for: [startUploadExpectation], timeout: 0.5)
+ wait(for: [startUploadExpectation], timeout: 1)
95
worker.cancelSynchronously()
96
97
// Then
@@ -117,7 +117,7 @@ class DataUploadWorkerTests: XCTestCase {
117
118
119
120
121
122
123
0 commit comments