Skip to content

Commit

Permalink
Upgrade e2e 4.0 version and fix 1.12 env error (pingcap#2491) (pingca…
Browse files Browse the repository at this point in the history
  • Loading branch information
sre-bot authored May 19, 2020
1 parent 5135a10 commit 487a5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/util/image/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
TiDBV3Version = "v3.0.8"
TiDBV3UpgradeVersion = "v3.0.9"
TiDBV4Version = "v4.0.0-rc"
TiDBV4UpgradeVersion = "nightly"
TiDBV4UpgradeVersion = "v4.0.0-rc.2"
PrometheusImage = "prom/prometheus"
PrometheusVersion = "v2.11.1"
TiDBMonitorReloaderImage = "pingcap/tidb-monitor-reloader"
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func WaitForAPIServicesAvaiable(client aggregatorclientset.Interface, selector l
}
return false
}
return wait.PollImmediate(5*time.Second, 3*time.Minute, func() (bool, error) {
return wait.PollImmediate(5*time.Second, 10*time.Minute, func() (bool, error) {
apiServiceList, err := client.ApiregistrationV1().APIServices().List(metav1.ListOptions{
LabelSelector: selector.String(),
})
Expand Down

0 comments on commit 487a5b5

Please sign in to comment.