Skip to content

Commit 94b0be6

Browse files
committed
test(macos): relax node worker restart wait
1 parent 0f22995 commit 94b0be6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/macos/Tests/OpenClawIPCTests/MacNodeModeCoordinatorTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ struct MacNodeModeCoordinatorTests {
161161

162162
notificationCenter.post(name: .openclawConfigDidChange, object: nil)
163163

164-
try await self.waitUntil("node-host worker restart") {
164+
try await self.waitUntil("node-host worker restart", timeout: .seconds(10)) {
165165
await worker.stops() == 1
166166
}
167167

168168
notificationCenter.post(name: .openclawCLIInstalled, object: nil)
169169

170-
try await self.waitUntil("node-host worker restart") {
170+
try await self.waitUntil("node-host worker restart", timeout: .seconds(10)) {
171171
await worker.stops() == 2
172172
}
173173
}

0 commit comments

Comments
 (0)