Skip to content

Commit

Permalink
Update test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Apr 19, 2021
1 parent 8fda03e commit 86203eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/actions/server/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('config validation', () => {
],
"cleanupFailedExecutionsTask": Object {
"enabled": true,
"interval": "PT15S",
"interval": "PT5M",
"pageSize": 100,
},
"enabled": true,
Expand Down Expand Up @@ -65,7 +65,7 @@ describe('config validation', () => {
],
"cleanupFailedExecutionsTask": Object {
"enabled": true,
"interval": "PT15S",
"interval": "PT5M",
"pageSize": 100,
},
"enabled": true,
Expand Down

0 comments on commit 86203eb

Please sign in to comment.