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 b3c02c5 commit d440afaCopy full SHA for d440afa
Tests/DataLoaderTests/DataLoaderAsyncTests.swift
@@ -96,7 +96,8 @@ import XCTest
96
async let value1 = identityLoader.load(key: 1, on: eventLoopGroup)
97
async let value2 = identityLoader.load(key: 2, on: eventLoopGroup)
98
99
- /// Have to wait for a split second because Tasks may not be executed before this statement
+ /// Have to wait for a split second because Tasks may not be executed before this
100
+ /// statement
101
try await Task.sleep(nanoseconds: 500_000_000)
102
103
XCTAssertNoThrow(try identityLoader.execute())
0 commit comments