Skip to content

Commit 65062ad

Browse files
committed
Increase test timeouts
1 parent dc31a20 commit 65062ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/ExportersTests/DatadogExporter/Upload/DataUploadWorkerTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class DataUploadWorkerTests: XCTestCase {
9191
featureName: .mockAny()
9292
)
9393

94-
wait(for: [startUploadExpectation], timeout: 0.5)
94+
wait(for: [startUploadExpectation], timeout: 1)
9595
worker.cancelSynchronously()
9696

9797
// Then
@@ -117,7 +117,7 @@ class DataUploadWorkerTests: XCTestCase {
117117
featureName: .mockAny()
118118
)
119119

120-
wait(for: [startUploadExpectation], timeout: 0.5)
120+
wait(for: [startUploadExpectation], timeout: 1)
121121
worker.cancelSynchronously()
122122

123123
// Then

0 commit comments

Comments
 (0)