mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
A1
This commit is contained in:
@@ -99,7 +99,14 @@ impl SolverRole {
|
||||
Some(Self::final_delivery_schema()),
|
||||
)
|
||||
.await?;
|
||||
let _ = session::await_first_idle(self.hub.as_ref(), &handle, Duration::from_secs(5), None)
|
||||
// Allow more time for the solver to start emitting the
|
||||
// finalization signal before timing out as "idle".
|
||||
let _ = session::await_first_idle(
|
||||
self.hub.as_ref(),
|
||||
&handle,
|
||||
Duration::from_secs(120),
|
||||
None,
|
||||
)
|
||||
.await?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user