mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-19 06:29:00 +00:00
Automatic merge from submit-queue (batch tested with PRs 43884, 44712, 45124, 43883) Increase pv test ns deletion timeout to the framework's default. **What this PR does / why we need it**: Namespace deletion occasionally exceeds the test's timeout of 3 minutes. The test framework uses a default timeout of 5 minutes, so just making it match here. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #44790 **Special notes for your reviewer**: **Release note**: NONE