Skip to content

Commit 7228951

Browse files
author
Chris Cummins
committed
Bump timeout on GCC smoke test to 10 min.
1 parent 8735fce commit 7228951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/gcc_autotuning/tune_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def gcc_bin(request) -> str:
6060
return request.param
6161

6262

63+
@pytest.mark.timeout(600)
6364
@pytest.mark.parametrize("search", ["random", "hillclimb", "genetic"])
6465
def test_tune_smoke_test(search: str, gcc_bin: str, capsys, tmpdir: Path):
6566
tmpdir = Path(tmpdir)

0 commit comments

Comments
 (0)