Skip to content

Commit

Permalink
Bump timeout for tag list query
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Keller committed Sep 16, 2024
1 parent a35b2d9 commit dc1eb9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ public Set<String> getTags() {
* @return list of qualified names of the items
*/
@Override
@Transactional(readOnly = true)
@Transactional(readOnly = true, timeout = 120)
public List<QualifiedName> list(
@Nullable final Set<String> includeTags,
@Nullable final Set<String> excludeTags,
Expand Down

0 comments on commit dc1eb9c

Please sign in to comment.