Skip to content

Commit

Permalink
Make it easier to pass the test
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan committed Feb 2, 2024
1 parent de5c757 commit 2ad2a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/tests/routing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ async fn static_failover_brokering() -> Result<()> {
// 3. Spawning order (delay_in_secs for node1, node2, and node3) = 6 (cases)
//
// Total cases = 2 x 4 x 6 = 48
#[tokio::test(flavor = "multi_thread", worker_threads = 8)]
#[tokio::test(flavor = "multi_thread", worker_threads = 9)]
async fn three_node_combination() -> Result<()> {
env_logger::try_init().unwrap_or_default();
let modes = [WhatAmI::Peer, WhatAmI::Client];
Expand Down

0 comments on commit 2ad2a41

Please sign in to comment.