mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 23:07:55 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user