Skip to content

Commit

Permalink
Increase timeout for transport_tcp_intermittent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Feb 8, 2024
1 parent 65bcd17 commit 9972299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ slow-timeout = { period = "60s", terminate-after = 2 }
filter = """
test(=zenoh_session_unicast) |
test(=zenoh_session_multicast) |
test(=transport_tcp_intermittent) |
test(=transport_tcp_intermittent_for_lowlatency_transport) |
test(=three_node_combination)
"""
threads-required = 'num-cpus'
Expand Down

0 comments on commit 9972299

Please sign in to comment.