mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Add a hacky sleep in an attempt to deflake a test.
This commit is contained in:
parent
bba01c7a54
commit
d13d2e8661
@ -135,6 +135,11 @@ fi
|
||||
|
||||
delete_pd_pod
|
||||
|
||||
# This is really horrible, but the PD detach doesn't always complete in time, and
|
||||
# checking if it is detached via the GCE API is fairly unfriendly. So we sleep *sigh*
|
||||
sleep 20
|
||||
|
||||
|
||||
# Recreate the pod, this should re-mount the PD
|
||||
${KUBECFG} -c ${config} create pods
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user