Skip to content

Commit d0cab36

Browse files
committed
Attempting to fix test
1 parent f30562e commit d0cab36

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • x-pack/test/detection_engine_api_integration/security_and_spaces/rule_execution_logic

x-pack/test/detection_engine_api_integration/security_and_spaces/rule_execution_logic/query.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ export default ({ getService }: FtrProviderContext) => {
10191019
},
10201020
},
10211021
from: 'now-1h',
1022-
interval: '1h',
1022+
interval: '2h',
10231023
};
10241024

10251025
const { previewId } = await previewRule({
@@ -1042,12 +1042,12 @@ export default ({ getService }: FtrProviderContext) => {
10421042
value: 'host-0',
10431043
},
10441044
],
1045-
[TIMESTAMP]: '2020-10-28T05:30:00.000Z',
1045+
[TIMESTAMP]: '2020-10-28T06:30:00.000Z',
10461046
[ALERT_LAST_DETECTED]: '2020-10-28T06:30:00.000Z', // Note: ALERT_LAST_DETECTED gets updated, timestamp does not
1047-
[ALERT_ORIGINAL_TIME]: '2020-10-28T05:00:00.000Z',
1048-
[ALERT_SUPPRESSION_START]: '2020-10-28T05:00:00.000Z',
1047+
[ALERT_ORIGINAL_TIME]: '2020-10-28T06:00:00.000Z',
1048+
[ALERT_SUPPRESSION_START]: '2020-10-28T06:00:00.000Z',
10491049
[ALERT_SUPPRESSION_END]: '2020-10-28T06:00:02.000Z',
1050-
[ALERT_SUPPRESSION_DOCS_COUNT]: 11,
1050+
[ALERT_SUPPRESSION_DOCS_COUNT]: 5,
10511051
});
10521052
});
10531053

0 commit comments

Comments
 (0)