Skip to content

Commit

Permalink
Overriding schedule on orders journey
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyrichmond committed Oct 21, 2024
1 parent 1325687 commit 8eeef01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ journey('Replicator Order Journey', ({ page, params }) => {
// monitors in Kibana
monitor.use({
id: 'synthetics-replicator-monitor-order',
schedule: 10,
schedule: 20,
});

before(async ()=> {
Expand Down

0 comments on commit 8eeef01

Please sign in to comment.