Skip to content

Commit

Permalink
Make nested timeout slightly more lenient
Browse files Browse the repository at this point in the history
  • Loading branch information
Bownairo committed Aug 26, 2024
1 parent 53ee25f commit 8aa7fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/tests/nested/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use util::{check_hostos_version, elect_hostos_version, update_nodes_hostos_versi

const HOST_VM_NAME: &str = "host-1";

const NODE_REGISTRATION_TIMEOUT: Duration = Duration::from_secs(10 * 60);
const NODE_REGISTRATION_TIMEOUT: Duration = Duration::from_secs(11 * 60);
const NODE_REGISTRATION_BACKOFF: Duration = Duration::from_secs(5);

/// Prepare the environment for nested tests.
Expand Down

0 comments on commit 8aa7fd9

Please sign in to comment.