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 1a65b86 commit 931afb2Copy full SHA for 931afb2
CodeEditTests/Features/Tasks/CEActiveTaskTests.swift
@@ -38,7 +38,7 @@ class CEActiveTaskTests {
38
}
39
activeTask.waitForExit()
40
41
- await waitForExpectation {
+ await waitForExpectation(timeout: .seconds(10)) {
42
activeTask.status == .finished
43
} onTimeout: {
44
Issue.record("Status never changed to finished. \(activeTask.status)")
0 commit comments