Commit e9275c0
committed
Increase storage test timeouts for Azure disk CSI driver
The disk.csi.azure.com attach/detach operations are ARM control-plane
calls that routinely take longer than the e2e framework's default
TimeoutContext values. This causes PersistentVolume test flakes in the
External Storage suite (pods stuck Pending waiting on volume mount,
slow PV deletion) on the e2e-kops-azure-gossip-ha job.
Override the relevant framework.TimeoutContext values via the external
storage testdriver manifest's Timeouts map so the disk.csi.azure.com
tests tolerate the slower Azure attach/provision/delete latencies.1 parent c9b93c3 commit e9275c0
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
0 commit comments