summaryrefslogtreecommitdiff
path: root/jobs
diff options
Diffstat (limited to 'jobs')
-rw-r--r--jobs/ethernet.txt.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/jobs/ethernet.txt.in b/jobs/ethernet.txt.in
index 2b815d2..151325b 100644
--- a/jobs/ethernet.txt.in
+++ b/jobs/ethernet.txt.in
@@ -60,7 +60,7 @@ requires:
package.name == 'nmap'
user: root
environ: TEST_TARGET_IPERF
-command: network test -i {interface} -t iperf --fail-threshold 80 --runtime 900 --num_runs 4
+command: network test -i {interface} -t iperf --scan-timeout 3600 --fail-threshold 80 --runtime 900 --num_runs 4
_description:
This test uses iperf to ensure network devices pass data at an acceptable
minimum percentage of advertized speed.
@@ -79,7 +79,7 @@ requires:
package.name == 'nmap'
user: root
environ: TEST_TARGET_IPERF
-command: network test -i {interface} -t iperf --iperf3 --fail-threshold 80 --cpu-load-fail-threshold 90 --runtime 900 --num_runs 4
+command: network test -i {interface} -t iperf --iperf3 --scan-timeout 3600 --fail-threshold 80 --cpu-load-fail-threshold 90 --runtime 900 --num_runs 4
_description:
This test uses iperf3 to ensure network devices pass data at an acceptable
minimum percentage of advertized speed.