Skip to content

Commit bbde7d3

Browse files
committed
wip
1 parent f251392 commit bbde7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ComposableArchitectureTests/EffectCancellationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ final class EffectCancellationTests: BaseTCATestCase {
458458
try await withDependencies {
459459
$0.navigationIDPath = navigationIDPath
460460
} operation: {
461-
try await Task.sleep(for: .seconds(0.5))
461+
try await Task.sleep(nanoseconds: NSEC_PER_SEC / 2)
462462
Task.cancel(id: 1)
463463
}
464464
}

0 commit comments

Comments
 (0)