mirror of
https://github.com/openai/codex.git
synced 2026-09-04 15:08:45 +00:00
test(core): relax glob deny shell deadline
This commit is contained in:
@@ -407,7 +407,9 @@ async fn shell_command_enforces_glob_deny_read_policy() -> Result<()> {
|
||||
let args = json!({
|
||||
"command": command,
|
||||
"login": false,
|
||||
"timeout_ms": 1_000,
|
||||
// This test exercises glob deny/read behavior. Under full Bazel load,
|
||||
// sandbox startup alone can exceed one second.
|
||||
"timeout_ms": 10_000,
|
||||
});
|
||||
|
||||
let responses = vec![
|
||||
|
||||
Reference in New Issue
Block a user