parent
1b153a3d4a
commit
95269ce88b
1 changed files with 1 additions and 2 deletions
|
|
@ -20,8 +20,7 @@ use std::time::Duration;
|
|||
use std::time::Instant;
|
||||
use tokio::time::timeout;
|
||||
|
||||
/// This blocks codex startup, so must be short.
|
||||
const CLOUD_REQUIREMENTS_TIMEOUT: Duration = Duration::from_secs(5);
|
||||
const CLOUD_REQUIREMENTS_TIMEOUT: Duration = Duration::from_secs(15);
|
||||
|
||||
#[async_trait]
|
||||
trait RequirementsFetcher: Send + Sync {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue