Skip to content

Commit

Permalink
Bump timeout on GCC smoke test to 10 min.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed May 12, 2022
1 parent 8735fce commit 7228951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/gcc_autotuning/tune_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7228951

Please sign in to comment.