Skip to content

Commit

Permalink
updated to thirty seconds rather than a minute
Browse files Browse the repository at this point in the history
  • Loading branch information
uibm committed Mar 22, 2024
1 parent 26b43ae commit 61bccb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibm/flex/structures.go
Original file line number Diff line number Diff line change
Expand Up @@ -2559,7 +2559,7 @@ func UpdateGlobalTagsUsingCRN(oldList, newList interface{}, meta interface{}, re
if err != nil {
return fmt.Errorf("[ERROR] Error updating database tags %v : %s\n%s", add, err, resp)
}
response, errored := waitForTagsAvailable(meta, resourceID, resourceType, tagType, news, 1*time.Minute)
response, errored := waitForTagsAvailable(meta, resourceID, resourceType, tagType, news, 30*time.Second)
if errored != nil {
log.Printf(`[ERROR] Error waiting for tags database tags %s : %v
%v`, resourceID, errored, response)
Expand Down

0 comments on commit 61bccb1

Please sign in to comment.