Change sonobuoy logging

pull/1045/head
Darren Shepherd 2019-11-09 16:06:03 +00:00
parent 29b270dce6
commit 561bc96049
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ echo "Started ${K3S_AGENT}"
# ---
timeout --foreground 1m bash -c 'wait-for-nodes 2'
timeout --foreground 1m bash -c 'wait-for-services coredns local-path-provisioner metrics-server'
timeout --foreground 3m bash -c 'wait-for-services coredns local-path-provisioner metrics-server'
if [ "$ARCH" = 'arm' ]; then
echo "Aborting sonobuoy tests, images not available for $ARCH"