We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e2487 commit 7be1034Copy full SHA for 7be1034
1 file changed
packages/python-sdk/e2b/sandbox_async/main.py
@@ -355,7 +355,7 @@ async def set_timeout(
355
...
356
357
@class_method_variant("_cls_set_timeout")
358
- async def set_timeout( # type: ignore
+ async def set_timeout(
359
self,
360
timeout: int,
361
**opts: Unpack[ApiParams],
@@ -368,6 +368,7 @@ async def set_timeout( # type: ignore
368
The maximum time a sandbox can be kept alive is 24 hours (86_400 seconds) for Pro users and 1 hour (3_600 seconds) for Hobby users.
369
370
:param timeout: Timeout for the sandbox in **seconds**
371
+ :param opts
372
"""
373
await self._cls_set_timeout(
374
sandbox_id=self.sandbox_id,
0 commit comments