Skip to content
Snippets Groups Projects
Commit 39c97698 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

increase node spawn timeout to avoid failure

parent 02aecb56
No related branches found
No related tags found
1 merge request!219automatically claim membership
Pipeline #35399 passed
......@@ -233,9 +233,9 @@ fn spawn_full_node(
let timeout =
if let Ok(duration_string) = std::env::var("DUNITER_END2END_TESTS_SPAWN_NODE_TIMEOUT") {
duration_string.parse().unwrap_or(4)
duration_string.parse().unwrap_or(10)
} else {
4
10
};
wait_until_log_line(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment