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 9e08dae commit f2aecc1Copy full SHA for f2aecc1
Tests/SocketTests/SocketTests.swift
@@ -100,7 +100,7 @@ final class SocketTests: XCTestCase {
100
let read = try await client.read(data.count)
101
NSLog("Client: Read incoming data")
102
XCTAssertEqual(data, read)
103
- try await Task.sleep(nanoseconds: 1_000_000_000)
+ try await Task.sleep(nanoseconds: 2_000_000_000)
104
await client.close()
105
let clientEvents = try await clientEventsTask.value
106
XCTAssertEqual(clientEvents.count, 5)
0 commit comments