File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122
122
EOT
123
123
124
124
- name : " Enable wireless adapter on ${{ env.IP_ADDR }}"
125
- timeout-minutes : 1
125
+ timeout-minutes : 2
126
126
shell : bash
127
127
run : |
128
128
@@ -132,15 +132,15 @@ jobs:
132
132
ssh ci@${{ env.IP_ADDR }} "sudo netplan apply"
133
133
134
134
- name : " Drop default route on ${{ env.IP_ADDR }}"
135
- timeout-minutes : 1
135
+ timeout-minutes : 2
136
136
shell : bash
137
137
run : |
138
138
139
139
ssh ci@${{ env.IP_ADDR }} "sudo ip route del ${{ env.DEFAULT_DEVICE_CIDR }} dev ${{ env.DEFAULT_DEVICE }}"
140
140
ssh ci@${{ env.IP_ADDR }} "sudo ip route del default dev ${{ env.DEFAULT_DEVICE }}"
141
141
142
142
- name : " Make sure device is connected"
143
- timeout-minutes : 1
143
+ timeout-minutes : 2
144
144
shell : bash
145
145
run : |
146
146
@@ -158,7 +158,7 @@ jobs:
158
158
echo "CLIENTIP=${CLIENTIP}" >> $GITHUB_ENV
159
159
160
160
- name : " Do some perf testing"
161
- timeout-minutes : 1
161
+ timeout-minutes : 2
162
162
shell : bash
163
163
run : |
164
164
@@ -193,7 +193,7 @@ jobs:
193
193
ssh ci@${{ env.IP_ADDR }} "sudo ip route add default via ${{ env.DEFAULT_DEVICE_GW }} dev ${{ env.DEFAULT_DEVICE }} metric 200"
194
194
195
195
- name : " Remove adapter"
196
- timeout-minutes : 1
196
+ timeout-minutes : 2
197
197
shell : bash
198
198
run : |
199
199
You can’t perform that action at this time.
0 commit comments