Skip to content

Commit

Permalink
Changing schedule for login journey
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyrichmond committed Oct 21, 2024
1 parent 8eeef01 commit 075d79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/synthetics-replicator-tests/journeys/login.journey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ journey('Replicator Login Journey', ({ page, params }) => {
// monitors in Kibana
monitor.use({
id: 'synthetics-replicator-monitor-login',
schedule: 10,
schedule: 30,
});

before(async () => {
Expand Down

0 comments on commit 075d79f

Please sign in to comment.