fix(sandbox): update auto stop interval to 15 minutes

This commit is contained in:
sharath 2025-06-11 00:16:53 +00:00
parent 9f0534dcb4
commit 22eb90cac3
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ def create_sandbox(password: str, project_id: str = None):
"memory": 4,
"disk": 5,
},
auto_stop_interval=24 * 60
auto_stop_interval=15,
)
# Create the sandbox