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 1f16983 commit 127ec68Copy full SHA for 127ec68
Tests/DataLoaderTests/DataLoaderAsyncTests.swift
@@ -89,7 +89,7 @@ final class DataLoaderAsyncTests: XCTestCase {
89
async let value2 = identityLoader.load(key: 2, on: eventLoopGroup)
90
91
/// Have to wait for a split second because Tasks may not be executed before this statement
92
- try await Task.sleep(nanoseconds: 500_000)
+ try await Task.sleep(nanoseconds: 500_000_000)
93
94
XCTAssertNoThrow(try identityLoader.execute())
95
0 commit comments