mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30: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
|
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
|
# Recreate the pod, this should re-mount the PD
|
||||||
${KUBECFG} -c ${config} create pods
|
${KUBECFG} -c ${config} create pods
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user