Skip to content
Snippets Groups Projects
Commit 97c7f91c authored by Éloïs's avatar Éloïs
Browse files

[tests] ws2p:connection_nego: increase timeout

parent 6b182239
No related branches found
No related tags found
No related merge requests found
......@@ -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"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment