Skip to content

Commit 1e7cfc2

Browse files
authored
add longer pytest timeout for test_kea_config_valid (#14)
Signed-off-by: Alex Ball <aball@nvidia.com>
1 parent 3953b62 commit 1e7cfc2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tests/dhcp/test_kea_dhcp_confgen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ async def test_subnet_id_preservation():
181181
assert 2 in subnet_ids.values()
182182

183183

184+
@pytest.mark.timeout(120)
184185
@pytest.mark.asyncio
185186
async def test_kea_config_valid():
186187
"""Validate that KEA accepts our generated configuration."""

0 commit comments

Comments
 (0)