feat: upgrade test timeout 1h -> 2h

This commit is contained in:
Pierre Mavro
2021-05-05 17:26:04 +02:00
parent aa114eef0f
commit 351f34970d

View File

@@ -45,7 +45,7 @@ pub fn context() -> Context {
let ttl_converted: u32 = ttl.into_string().unwrap().parse().unwrap();
Some(ttl_converted)
}
None => Some(3600),
None => Some(7200),
}
},
docker_build_options: Some("--network host".to_string()),