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 e71d58a commit e830514Copy full SHA for e830514
Tests/OpenFeatureTests/AsyncSerialQueueTests.swift
@@ -199,7 +199,7 @@ class AsyncCoalescingSerialQueueTests: XCTestCase {
199
// This ensures that when tasks 2 and 3 are queued, task 1 is still running
200
let targetingKey = newContext.getTargetingKey()
201
await tracker.recordExecution(targetingKey)
202
- try await Task.sleep(nanoseconds: 50_000_000) // 50ms
+ try await Task.sleep(nanoseconds: 200_000_000) // 200ms
203
}
204
)
205
@@ -485,7 +485,7 @@ class AsyncCoalescingSerialQueueTests: XCTestCase {
485
throw MockProvider.MockProviderError.message("Simulated error")
486
487
488
- try await Task.sleep(nanoseconds: 30_000_000) // 30ms
489
490
491
0 commit comments