Skip to content

Commit

Permalink
increase e2e timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
estroz committed Nov 27, 2018
1 parent 17ffd99 commit c07f59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/memcached_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ func memcachedScaleTest(t *testing.T, f *framework.Framework, ctx framework.Test
return err
}
// wait for example-memcached to reach 3 replicas
err = e2eutil.DeploymentReplicaCheck(t, f.KubeClient, namespace, "example-memcached", 3, 6)
err = e2eutil.DeploymentReplicaCheck(t, f.KubeClient, namespace, "example-memcached", 3, 12)
if err != nil {
return err
}
Expand Down

0 comments on commit c07f59a

Please sign in to comment.