diff --git a/src/clj/auto_ap/graphql/transaction_rules.clj b/src/clj/auto_ap/graphql/transaction_rules.clj index d75c8446..1639ee4f 100644 --- a/src/clj/auto_ap/graphql/transaction_rules.clj +++ b/src/clj/auto_ap/graphql/transaction_rules.clj @@ -116,7 +116,8 @@ ])] :in ['$ ] :where []} - :args [(dc/db conn)]} + :args [(dc/db conn)] + :timeout 55000} description (merge-query {:query {:in ['?descr] :where ['[(iol-ion.query/->pattern ?descr) ?description-regex]]}