Skip to content

Commit 349a44a

Browse files
committed
increase snapshot test timeout
1 parent 11f9948 commit 349a44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smoketests/test_snapshots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _cleanup(client: Runloop) -> Iterator[None]: # pyright: ignore[reportUnused
3131
_snapshot_id = None
3232

3333

34-
@pytest.mark.timeout(30)
34+
@pytest.mark.timeout(120)
3535
def test_snapshot_devbox(client: Runloop) -> None:
3636
global _devbox_id, _snapshot_id
3737
created = client.devboxes.create_and_await_running(

0 commit comments

Comments
 (0)