Skip to content

Commit 009a398

Browse files
committed
Increase timeout for helm test
1 parent eabbf3b commit 009a398

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unit_tests/test_example_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def test_example_config_is_valid(file_name: str):
2121
loader.load()
2222

2323

24+
@pytest.mark.timeout(30)
2425
@pytest.mark.parametrize("file_name", os.listdir(example_helm))
2526
def test_example_helm_is_valid(file_name: str):
2627
path = example_helm / file_name

0 commit comments

Comments
 (0)