[Watcher] Update triggering interval in Jira integration tests

In Jira integration tests, some watches are triggered every second whereas they are executed using the watch execute API. This commit increases the triggering interval to 1d so that the watches are not executed on slow machines.

Original commit: elastic/x-pack-elasticsearch@4d0462bc00
This commit is contained in:
Tanguy Leroux 2017-01-05 21:00:53 +01:00
parent 80dc895450
commit 19cbab4ac3
1 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,7 @@
{
"trigger": {
"schedule": {
"interval": "1s"
"interval": "1d"
}
},
"input": {
@ -279,7 +279,7 @@
{
"trigger": {
"schedule": {
"interval": "1s"
"interval": "1d"
}
},
"input": {