diff --git a/pkgs/clan-cli/tests/test_webui.py b/pkgs/clan-cli/tests/test_webui.py index 7722efc..9d21867 100644 --- a/pkgs/clan-cli/tests/test_webui.py +++ b/pkgs/clan-cli/tests/test_webui.py @@ -8,10 +8,12 @@ from pathlib import Path import pytest from ports import PortFunction + @pytest.mark.impure def test_nothing_much() -> None: pass + @pytest.mark.timeout(10) def test_start_server(unused_tcp_port: PortFunction, temporary_home: Path) -> None: port = unused_tcp_port()