mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 02:25:20 +00:00
Increase test sleep duration to fix flaky CI test
This commit is contained in:
@@ -158,7 +158,7 @@ struct ChatViewModelReceivingTests {
|
|||||||
)
|
)
|
||||||
|
|
||||||
// Give time for async Task and pipeline processing
|
// 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" })
|
#expect(viewModel.messages.contains { $0.content == "Public hello from Bob" })
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user