From 9972299144c913f4b0cb6fd4768366bafcb12e0d Mon Sep 17 00:00:00 2001 From: Alexander Bushnev Date: Thu, 8 Feb 2024 18:45:10 +0100 Subject: [PATCH] Increase timeout for transport_tcp_intermittent tests --- .config/nextest.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/nextest.toml b/.config/nextest.toml index 8c57297dba..aa2c3ac37b 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -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'