mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
feat: upgrade test timeout 1h -> 2h
This commit is contained in:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user