mirror of
https://github.com/usestrix/strix.git
synced 2026-09-06 08:15:56 +00:00
chore(tools): raise sandbox execution timeout
Increase default sandbox tool execution timeout from 120s to 500s while keeping connect timeout unchanged.
This commit is contained in:
parent
281c3855f6
commit
3aba1d2b68
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ from .registry import (
|
|||
)
|
||||
|
||||
|
||||
SANDBOX_EXECUTION_TIMEOUT = float(os.getenv("STRIX_SANDBOX_EXECUTION_TIMEOUT", "120"))
|
||||
SANDBOX_EXECUTION_TIMEOUT = float(os.getenv("STRIX_SANDBOX_EXECUTION_TIMEOUT", "500"))
|
||||
SANDBOX_CONNECT_TIMEOUT = float(os.getenv("STRIX_SANDBOX_CONNECT_TIMEOUT", "10"))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue