Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit ·
9cd534c
1
Parent(s): d7f2a7c
chore: increase sandbox sleep_time to 45 min
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
agent/tools/sandbox_tool.py
CHANGED
|
@@ -100,7 +100,7 @@ async def _ensure_sandbox(
|
|
| 100 |
|
| 101 |
kwargs = {"owner": owner, "hardware": hardware, "token": token, "log": _log, **create_kwargs}
|
| 102 |
if hardware != "cpu-basic":
|
| 103 |
-
kwargs["sleep_time"] =
|
| 104 |
sb = await asyncio.to_thread(Sandbox.create, **kwargs)
|
| 105 |
session.sandbox = sb
|
| 106 |
|
|
|
|
| 100 |
|
| 101 |
kwargs = {"owner": owner, "hardware": hardware, "token": token, "log": _log, **create_kwargs}
|
| 102 |
if hardware != "cpu-basic":
|
| 103 |
+
kwargs["sleep_time"] = 2700
|
| 104 |
sb = await asyncio.to_thread(Sandbox.create, **kwargs)
|
| 105 |
session.sandbox = sb
|
| 106 |
|