Skip to content

Commit

Permalink
Fixing flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed May 23, 2023
1 parent bae41de commit cfa1339
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ export default function createAlertsAsDataInstallResourcesTest({ getService }: F
getTestRuleData({
rule_type_id: 'test.patternFiringAad',
// set the schedule long so we can use "runSoon" to specify rule runs
schedule: { interval: '1s' },
schedule: { interval: '1d' },
throttle: null,
params: ruleParameters,
actions: [],
Expand Down

0 comments on commit cfa1339

Please sign in to comment.