Add few delays

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
Igor Pecovnik
2020-04-20 23:06:14 +02:00
parent e16d17edf9
commit 8a5b25fd3e
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ TEST_ICON="<img width=20 src=https://raw.githubusercontent.com/armbian/autotests
display_alert "$(basename $BASH_SOURCE)" "$(date +%R:%S)" "info"
remote_exec "pkill iperf3;iperf3 -Ds --pidfile /var/run/iperf3"
remote_exec "pkill iperf3; sleep 2; iperf3 -Ds --pidfile /var/run/iperf3"
readarray -t array < <(get_device "^bond.*|^[e].*|^br.*|^lt.*|^umts.*|^lan.*" "ip")

View File

@@ -7,7 +7,7 @@ TEST_ICON="<img width=20 src=https://raw.githubusercontent.com/armbian/autotests
display_alert "$(basename $BASH_SOURCE)" "$(date +%R:%S)" "info"
remote_exec "pkill iperf3;iperf3 -Ds --pidfile /var/run/iperf3"
remote_exec "pkill iperf3; sleep 2; iperf3 -Ds --pidfile /var/run/iperf3"
readarray -t array < <(get_device "^[wr].*" "ip")

View File

@@ -6,7 +6,7 @@ TEST_TITLE="5Ghz"
display_alert "$(basename $BASH_SOURCE)" "$(date +%R:%S)" "info"
remote_exec "pkill iperf3;iperf3 -Ds --pidfile /var/run/iperf3"
remote_exec "pkill iperf3; sleep 2; iperf3 -Ds --pidfile /var/run/iperf3"
readarray -t array < <(get_device "^[wr].*" "ip")