Skip to content

Commit

Permalink
Update AMD coverage and revert timeout change.
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Browne <[email protected]>
  • Loading branch information
JBYoshi committed Apr 12, 2023
1 parent 248196c commit e47a81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration_tests/build/test_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if utils.is_io_uring_supported():
COVERAGE_DICT = {"Intel": 83.19, "AMD": 82.38, "ARM": 82.49}
else:
COVERAGE_DICT = {"Intel": 80.26, "AMD": 79.5, "ARM": 79.44}
COVERAGE_DICT = {"Intel": 80.26, "AMD": 79.4, "ARM": 79.44}


PROC_MODEL = proc.proc_type()
Expand All @@ -43,7 +43,7 @@
COVERAGE_MAX_DELTA = 0.05


@pytest.mark.timeout(600)
@pytest.mark.timeout(400)
def test_coverage(monkeypatch, record_property, metrics):
"""Test code coverage
Expand Down

0 comments on commit e47a81d

Please sign in to comment.