Skip to content

Commit

Permalink
Merge branch 'main' into jukie/fix-serivce-registration
Browse files Browse the repository at this point in the history
  • Loading branch information
jukie authored Mar 20, 2024
2 parents 5208e7b + b23580b commit c192196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/framework/helpers/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func RunCommand(t testutil.TestingTB, options *k8s.KubectlOptions, command Comma
case res := <-resultCh:
return res.output, res.err
// Sometimes this func runs for too long handle timeout if needed.
case <-time.After(30 * time.Second):
case <-time.After(320 * time.Second):
GetCRDRemoveFinalizers(t, options)
logger.Logf(t, "RunCommand timed out")
return "", nil
Expand Down

0 comments on commit c192196

Please sign in to comment.