mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-09 08:57:25 +00:00
metrics: Increase wait time
The new metrics runner seems slower, so we are seeing errors like: The iperf3 tests are failing with: ``` pod rejected: RuntimeClass "kata" not found ``` so give more time for it to succeed Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
4ce94c2d1b
commit
85bbc0e969
tests/metrics/network
@ -179,7 +179,7 @@ function iperf3_start_deployment() {
|
||||
# Check no processes are left behind
|
||||
check_processes
|
||||
|
||||
wait_time=20
|
||||
wait_time=180
|
||||
sleep_time=2
|
||||
|
||||
# Create deployment
|
||||
|
@ -36,7 +36,7 @@ function main() {
|
||||
# Check no processes are left behind
|
||||
check_processes
|
||||
|
||||
wait_time=20
|
||||
wait_time=180
|
||||
sleep_time=2
|
||||
|
||||
# Create server
|
||||
|
Loading…
Reference in New Issue
Block a user