Skip to content

Commit 28b2067

Browse files
decrease timeout
1 parent 409c8de commit 28b2067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/all

x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/all/columns.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe('AllRulesTable Columns', () => {
4747
setTimeout(() => {
4848
results.push('duplicateRulesAction');
4949
resolve();
50-
}, 1000)
50+
}, 500)
5151
)
5252
);
5353

0 commit comments

Comments
 (0)