diff --git a/tests/actions.go b/tests/actions.go index dced726ea2..3db04fcd15 100644 --- a/tests/actions.go +++ b/tests/actions.go @@ -2707,7 +2707,7 @@ func (oa *operatorActions) CheckManualPauseTiDB(info *TidbClusterConfig) error { } // wait for the tidb statefulset is upgrade to the protect one - if err = wait.Poll(DefaultPollInterval, DefaultPollTimeout, fn); err != nil { + if err = wait.Poll(DefaultPollInterval, 30*time.Minute, fn); err != nil { return fmt.Errorf("fail to upgrade to annotation TiDB pod : %v", err) }