Skip to content

Commit 8b5cda3

Browse files
authored
Wireless perf tests: add timeouts for more steps
1 parent 9b4237e commit 8b5cda3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wireless-performance-autotest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,20 +185,23 @@ jobs:
185185
echo "DEVICE_RX=\"${rx_speed}\"" >> test/${{ env.DEVICE }}.sysinfo
186186
187187
- name: "Enable default route on ${{ env.IP_ADDR }}"
188+
timeout-minutes: 1
188189
shell: bash
189190
run: |
190191
191192
ssh ci@${{ env.IP_ADDR }} "sudo ip route add ${{ env.DEFAULT_DEVICE_CIDR }} dev ${{ env.DEFAULT_DEVICE }} src ${{ env.DEFAULT_DEVICE_IP }}"
192193
ssh ci@${{ env.IP_ADDR }} "sudo ip route add default via ${{ env.DEFAULT_DEVICE_GW }} dev ${{ env.DEFAULT_DEVICE }} metric 200"
193194
194195
- name: "Remove adapter"
196+
timeout-minutes: 1
195197
shell: bash
196198
run: |
197199
198200
ssh ci@${{ env.IP_ADDR }} "sudo rm /etc/netplan/wireless.yaml"
199201
ssh ci@${{ env.IP_ADDR }} "sudo netplan apply"
200202
201203
- name: "Upload test summary"
204+
timeout-minutes: 3
202205
uses: actions/upload-artifact@v4
203206
with:
204207
name: test-${{ env.DEVICE }}

0 commit comments

Comments
 (0)