mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-08-08 23:37:11 +00:00
Automatic merge from submit-queue (batch tested with PRs 43429, 43416, 43312, 43141, 43421) Make e2e-dns test more stable by increasing wait time **What this PR does / why we need it**: In many cases, 60 seconds are not enough for generating all dns results. Since the probeCmd takes up to 600 seconds, use 600 here too. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #43264, #43094, #43100 **Special notes for your reviewer**: **Release note**: NONE