We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f9948 commit 349a44aCopy full SHA for 349a44a
tests/smoketests/test_snapshots.py
@@ -31,7 +31,7 @@ def _cleanup(client: Runloop) -> Iterator[None]: # pyright: ignore[reportUnused
31
_snapshot_id = None
32
33
34
-@pytest.mark.timeout(30)
+@pytest.mark.timeout(120)
35
def test_snapshot_devbox(client: Runloop) -> None:
36
global _devbox_id, _snapshot_id
37
created = client.devboxes.create_and_await_running(
0 commit comments