From 97c7f91c3a63afe2e16aed562b29627d3872a5a3 Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Sun, 1 Dec 2019 20:55:00 +0100 Subject: [PATCH] [tests] ws2p:connection_nego: increase timeout --- lib/modules/ws2p/ws2p/tests/connection_negociation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/ws2p/ws2p/tests/connection_negociation.rs b/lib/modules/ws2p/ws2p/tests/connection_negociation.rs index 06ceb610..576912cd 100644 --- a/lib/modules/ws2p/ws2p/tests/connection_negociation.rs +++ b/lib/modules/ws2p/ws2p/tests/connection_negociation.rs @@ -32,7 +32,7 @@ use std::thread; use std::time::Duration; static PORT: &'static u16 = &10899; -static TIMEOUT_IN_MS: &'static u64 = &20_000; +static TIMEOUT_IN_MS: &'static u64 = &30_000; pub fn currency() -> CurrencyName { CurrencyName(String::from("g1")) -- GitLab