Skip to content

Commit

Permalink
remove update to timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
NiniOak committed Mar 20, 2024
1 parent 6e6f4c9 commit b3e66a8
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 @@ -229,7 +229,7 @@ func RunCommand(t testutil.TestingTB, options *k8s.KubectlOptions, command Comma
}
return res.output, nil
// Sometimes this func runs for too long handle timeout if needed.
case <-time.After(400 * 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 b3e66a8

Please sign in to comment.