Increase test sleep duration to fix flaky CI test

This commit is contained in:
jack
2025-11-26 19:25:47 -10:00
parent 832e1f006c
commit 2686d9c82c
+1 -1
View File
@@ -158,7 +158,7 @@ struct ChatViewModelReceivingTests {
)
// Give time for async Task and pipeline processing
try? await Task.sleep(nanoseconds: 200_000_000)
try? await Task.sleep(nanoseconds: 500_000_000)
#expect(viewModel.messages.contains { $0.content == "Public hello from Bob" })
}