Skip to content

Commit

Permalink
Add a hacky sleep in an attempt to deflake a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Jan 28, 2015
1 parent bba01c7 commit d13d2e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hack/e2e-suite/pd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d13d2e8

Please sign in to comment.