Skip to content

Commit 376eb2b

Browse files
committed
Update retention period in tests
1 parent 812f334 commit 376eb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def setup_test_run(run: sv_run.Run, create_objects: bool, request: pytest.Fixtur
5050
tags=TEST_DATA["tags"],
5151
folder=TEST_DATA["folder"],
5252
visibility="tenant" if os.environ.get("CI") else None,
53-
retention_period="1 minute",
53+
retention_period="5 minutes",
5454
timeout=15,
5555
no_color=True
5656
)

0 commit comments

Comments
 (0)