Compare commits

...

1 Commits

Author SHA1 Message Date
gt-oai
b5816cf5ad Increase timeout for flake 2026-02-09 15:41:56 +00:00

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(