[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:
parent
80dc895450
commit
19cbab4ac3
|
@ -228,7 +228,7 @@
|
|||
{
|
||||
"trigger": {
|
||||
"schedule": {
|
||||
"interval": "1s"
|
||||
"interval": "1d"
|
||||
}
|
||||
},
|
||||
"input": {
|
||||
|
@ -279,7 +279,7 @@
|
|||
{
|
||||
"trigger": {
|
||||
"schedule": {
|
||||
"interval": "1s"
|
||||
"interval": "1d"
|
||||
}
|
||||
},
|
||||
"input": {
|
||||
|
|
Loading…
Reference in New Issue