Increase timeout for flake

This commit is contained in:
gt-oai
2026-02-09 15:41:56 +00:00
parent 54b401aa5f
commit b5816cf5ad

View File

@@ -50,7 +50,7 @@ fn shell_responses_with_timeout(
}
fn shell_responses(call_id: &str, command: &str, login: Option<bool>) -> Vec<String> {
shell_responses_with_timeout(call_id, command, login, 2_000)
shell_responses_with_timeout(call_id, command, login, MEDIUM_TIMEOUT.as_millis() as i64)
}
async fn shell_command_harness_with(