Skip to content

Commit

Permalink
change wait for set timeout to 5m
Browse files Browse the repository at this point in the history
Signed-off-by: Chanwit Kaewkasi <[email protected]>
  • Loading branch information
chanwit committed Nov 7, 2023
1 parent 8b760cf commit 6532989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ func waitForSet(rcg genericclioptions.RESTClientGetter, opts *runclient.Options,
if err != nil {
return err
}
return man.WaitForSet(changeSet.ToObjMetadataSet(), ssa.WaitOptions{Interval: 2 * time.Second, Timeout: time.Minute})
return man.WaitForSet(changeSet.ToObjMetadataSet(), ssa.WaitOptions{Interval: 2 * time.Second, Timeout: 5 * time.Minute})
}

0 comments on commit 6532989

Please sign in to comment.