Skip to content

Commit

Permalink
Merge pull request #8856 from rook/mergify/bp/release-1.7/pr-8854
Browse files Browse the repository at this point in the history
ci: wait longer for pod label to be deleted (backport #8854)
  • Loading branch information
leseb committed Sep 29, 2021
2 parents 1f803cc + 7e3c03c commit b809a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/framework/utils/env.go
Expand Up @@ -29,7 +29,7 @@ func TestEnvName() string {

// TestRetryNumber get the max retry. Example, for OpenShift it's 40.
func TestRetryNumber() int {
count := GetEnvVarWithDefault("RETRY_MAX", "30")
count := GetEnvVarWithDefault("RETRY_MAX", "45")
number, err := strconv.Atoi(count)
if err != nil {
panic(fmt.Errorf("Error when converting to numeric value %v", err))
Expand Down

0 comments on commit b809a7c

Please sign in to comment.