Merge pull request #381 from dlorenc/pfix

Increase the pull timeout even more.
pull/383/head
Jimmi Dyson 2016-07-21 20:04:41 +01:00 committed by GitHub
commit 2f32e02417
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ func TestPersistence(t *testing.T) {
return fmt.Errorf("Pod %s is not ready yet.", podName)
}
if err := commonutil.RetryAfter(10, checkPod, 6*time.Second); err != nil {
if err := commonutil.RetryAfter(20, checkPod, 6*time.Second); err != nil {
t.Fatalf("Error checking the status of pod %s. Err: %s", podName, err)
}