Skip to content

Commit a04e786

Browse files
authored
Adjust timeouts on wifi testings
1 parent 8b5cda3 commit a04e786

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
EOT
123123
124124
- name: "Enable wireless adapter on ${{ env.IP_ADDR }}"
125-
timeout-minutes: 1
125+
timeout-minutes: 2
126126
shell: bash
127127
run: |
128128
@@ -132,15 +132,15 @@ jobs:
132132
ssh ci@${{ env.IP_ADDR }} "sudo netplan apply"
133133
134134
- name: "Drop default route on ${{ env.IP_ADDR }}"
135-
timeout-minutes: 1
135+
timeout-minutes: 2
136136
shell: bash
137137
run: |
138138
139139
ssh ci@${{ env.IP_ADDR }} "sudo ip route del ${{ env.DEFAULT_DEVICE_CIDR }} dev ${{ env.DEFAULT_DEVICE }}"
140140
ssh ci@${{ env.IP_ADDR }} "sudo ip route del default dev ${{ env.DEFAULT_DEVICE }}"
141141
142142
- name: "Make sure device is connected"
143-
timeout-minutes: 1
143+
timeout-minutes: 2
144144
shell: bash
145145
run: |
146146
@@ -158,7 +158,7 @@ jobs:
158158
echo "CLIENTIP=${CLIENTIP}" >> $GITHUB_ENV
159159
160160
- name: "Do some perf testing"
161-
timeout-minutes: 1
161+
timeout-minutes: 2
162162
shell: bash
163163
run: |
164164
@@ -193,7 +193,7 @@ jobs:
193193
ssh ci@${{ env.IP_ADDR }} "sudo ip route add default via ${{ env.DEFAULT_DEVICE_GW }} dev ${{ env.DEFAULT_DEVICE }} metric 200"
194194
195195
- name: "Remove adapter"
196-
timeout-minutes: 1
196+
timeout-minutes: 2
197197
shell: bash
198198
run: |
199199

0 commit comments

Comments
 (0)