From 46f3300fe7f2af8bfdf00324c7ad90073961e81b Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 31 Oct 2024 20:57:29 +0800 Subject: [PATCH] fix: add time for validator swarm --- .../network/core/src/protocols/dispersal/validator/behaviour.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomos-da/network/core/src/protocols/dispersal/validator/behaviour.rs b/nomos-da/network/core/src/protocols/dispersal/validator/behaviour.rs index a5a8e5d8..736ec53a 100644 --- a/nomos-da/network/core/src/protocols/dispersal/validator/behaviour.rs +++ b/nomos-da/network/core/src/protocols/dispersal/validator/behaviour.rs @@ -342,7 +342,7 @@ mod tests { } } - _ = time::sleep(Duration::from_secs(2)) => { + _ = time::sleep(Duration::from_secs(4)) => { warn!("Validator timeout reached"); break; }