diff --git a/ee/spec/features/epics/user_uses_quick_actions_spec.rb b/ee/spec/features/epics/user_uses_quick_actions_spec.rb
index 950d240f9b80673c61c4af17e2d1b8540b89a37c..f16dea67ac23eec428efb2267e6ae876bb213432 100644
--- a/ee/spec/features/epics/user_uses_quick_actions_spec.rb
+++ b/ee/spec/features/epics/user_uses_quick_actions_spec.rb
@@ -23,7 +23,7 @@
     it 'applies quick action' do
       # TODO: remove threshold after epic-work item sync
       # issue: https://gitlab.com/gitlab-org/gitlab/-/issues/438295
-      allow(Gitlab::QueryLimiting::Transaction).to receive(:threshold).and_return(120)
+      allow(Gitlab::QueryLimiting::Transaction).to receive(:threshold).and_return(140)
       epic_2 = create(:epic, group: group)
       visit group_epic_path(group, epic_2)
       wait_for_requests
@@ -40,7 +40,7 @@
     it 'applies quick action' do
       # TODO: remove threshold after epic-work item sync
       # issue: https://gitlab.com/gitlab-org/gitlab/-/issues/438295
-      allow(Gitlab::QueryLimiting::Transaction).to receive(:threshold).and_return(115)
+      allow(Gitlab::QueryLimiting::Transaction).to receive(:threshold).and_return(140)
 
       epic_title = 'New epic with parent'
       visit new_group_epic_path(group)