tweak usb reset wait time, fix test script with IAR server
This commit is contained in:
4
.github/workflows/build_esp.yml
vendored
4
.github/workflows/build_esp.yml
vendored
@@ -96,9 +96,9 @@ jobs:
|
||||
run: |
|
||||
for port in $(lspci | grep USB | cut -d' ' -f1); do
|
||||
echo -n "0000:${port}"| sudo tee /sys/bus/pci/drivers/xhci_hcd/unbind;
|
||||
sleep 1;
|
||||
sleep 0.5;
|
||||
echo -n "0000:${port}" | sudo tee /sys/bus/pci/drivers/xhci_hcd/bind;
|
||||
sleep 1;
|
||||
sleep 3;
|
||||
done
|
||||
|
||||
- name: Test on actual hardware
|
||||
|
4
.github/workflows/cmake_arm.yml
vendored
4
.github/workflows/cmake_arm.yml
vendored
@@ -148,9 +148,9 @@ jobs:
|
||||
run: |
|
||||
for port in $(lspci | grep USB | cut -d' ' -f1); do
|
||||
echo -n "0000:${port}"| sudo tee /sys/bus/pci/drivers/xhci_hcd/unbind;
|
||||
sleep 1;
|
||||
sleep 0.5;
|
||||
echo -n "0000:${port}" | sudo tee /sys/bus/pci/drivers/xhci_hcd/bind;
|
||||
sleep 1;
|
||||
sleep 3;
|
||||
done
|
||||
|
||||
- name: Test on actual hardware
|
||||
|
Reference in New Issue
Block a user