Commit b86d1b0e authored by Kyle Wiebers's avatar Kyle Wiebers

Raise the GraphQL query threshold

Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/358845
parent 6feb4962
......@@ -11,7 +11,7 @@ RSpec.describe 'User uploads new design', :js do
before do
# Cause of raising query limiting threshold https://gitlab.com/gitlab-org/gitlab/-/issues/347334
stub_const("Gitlab::QueryLimiting::Transaction::THRESHOLD", 102)
stub_const("Gitlab::QueryLimiting::Transaction::THRESHOLD", 106)
sign_in(user)
enable_design_management(feature_enabled)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment