diff --git a/examples/gcc_autotuning/tune_test.py b/examples/gcc_autotuning/tune_test.py index 30d592c4b..cadab187b 100644 --- a/examples/gcc_autotuning/tune_test.py +++ b/examples/gcc_autotuning/tune_test.py @@ -60,6 +60,7 @@ def gcc_bin(request) -> str: return request.param +@pytest.mark.timeout(600) @pytest.mark.parametrize("search", ["random", "hillclimb", "genetic"]) def test_tune_smoke_test(search: str, gcc_bin: str, capsys, tmpdir: Path): tmpdir = Path(tmpdir)