diff --git a/x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/all/columns.test.tsx b/x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/all/columns.test.tsx index 28cb894c3f91c..50ecc57da6e29 100644 --- a/x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/all/columns.test.tsx +++ b/x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/all/columns.test.tsx @@ -47,7 +47,7 @@ describe('AllRulesTable Columns', () => { setTimeout(() => { results.push('duplicateRulesAction'); resolve(); - }, 1000) + }, 500) ) );