diff --git a/tests/extra_test_k3s_versions.sh b/tests/extra_test_k3s_versions.sh index 6b4a5088..60251c96 100755 --- a/tests/extra_test_k3s_versions.sh +++ b/tests/extra_test_k3s_versions.sh @@ -3,7 +3,7 @@ CURR_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" [ -d "$CURR_DIR" ] || { echo "FATAL: no current dir (maybe running in zsh?)"; exit 1; } -K3S_VERSIONS=("v1.17.12-k3s1" "v1.18.9-k3s1" "v1.19.2-rc2-k3s1" "v1.19.1-k3s1") +K3S_VERSIONS=("v1.17.12-k3s1" "v1.18.9-k3s1" "v1.19.2-k3s1") FAILED_VERSIONS=() # shellcheck source=./common.sh diff --git a/tests/test_full_lifecycle.sh b/tests/test_full_lifecycle.sh index 561b0b47..57d77f8c 100755 --- a/tests/test_full_lifecycle.sh +++ b/tests/test_full_lifecycle.sh @@ -64,7 +64,7 @@ sleep 5 # 6. test host.k3d.internal info "Checking DNS Lookup for host.k3d.internal" -wait_for_pod_exec "testimage" "nslookup host.k3d.internal" 10 +wait_for_pod_exec "testimage" "nslookup host.k3d.internal" 15 || failed "DNS Lookup for host.k3d.internal failed" # Cleanup