Skip to content

Commit

Permalink
Update stress.py
Browse files Browse the repository at this point in the history
Update stress.py

Update stress.py

Failures in

Update stress.py
  • Loading branch information
SRIKKANTH committed Sep 16, 2024
1 parent fd56a26 commit 19dca4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisa/tools/lspci.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def get_devices_by_type(
]
return device_type_list

@retry(KeyError, tries=10, delay=20)
def get_devices(self, force_run: bool = False) -> List[PciDevice]:
if (not self._pci_devices) or force_run:
self._pci_devices = []
Expand Down

0 comments on commit 19dca4b

Please sign in to comment.