From 19cbab4ac317e0c4bacb4cbc0595f3060e89b8a0 Mon Sep 17 00:00:00 2001 From: Tanguy Leroux Date: Thu, 5 Jan 2017 21:00:53 +0100 Subject: [PATCH] [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@4d0462bc005a83903dedbc1cc8e633b73e2c2561 --- .../test/resources/rest-api-spec/test/actions/20_jira.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/smoke-test-watcher/src/test/resources/rest-api-spec/test/actions/20_jira.yaml b/qa/smoke-test-watcher/src/test/resources/rest-api-spec/test/actions/20_jira.yaml index 959c1576f3c..2b602c934cb 100644 --- a/qa/smoke-test-watcher/src/test/resources/rest-api-spec/test/actions/20_jira.yaml +++ b/qa/smoke-test-watcher/src/test/resources/rest-api-spec/test/actions/20_jira.yaml @@ -228,7 +228,7 @@ { "trigger": { "schedule": { - "interval": "1s" + "interval": "1d" } }, "input": { @@ -279,7 +279,7 @@ { "trigger": { "schedule": { - "interval": "1s" + "interval": "1d" } }, "input": {