mirror of
https://github.com/openai/codex.git
synced 2026-05-01 11:52:10 +03:00
Increase Windows timeout budget for v2 app-server tests
This commit is contained in:
@@ -13,6 +13,9 @@ use std::path::Path;
|
||||
use tempfile::TempDir;
|
||||
use tokio::time::timeout;
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
const DEFAULT_READ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(25);
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
const DEFAULT_READ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(10);
|
||||
|
||||
#[tokio::test]
|
||||
|
||||
Reference in New Issue
Block a user