Skip to content

Commit 6d0fe8c

Browse files
author
Nelson Wang
committed
Test updates per splunk-ansible changes
1 parent 89f4264 commit 6d0fe8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_docker_splunk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def check_common_keys(self, log_output, role):
303303
assert log_output["all"]["vars"]["ansible_pre_tasks"] == None
304304
assert log_output["all"]["vars"]["ansible_post_tasks"] == None
305305
assert log_output["all"]["vars"]["retry_num"] == 60
306-
assert log_output["all"]["vars"]["retry_delay"] == 3
306+
assert log_output["all"]["vars"]["retry_delay"] == 6
307307
assert log_output["all"]["vars"]["wait_for_splunk_retry_num"] == 60
308308
assert log_output["all"]["vars"]["shc_sync_retry_num"] == 60
309309
assert log_output["all"]["vars"]["splunk"]["group"] == "splunk"

0 commit comments

Comments
 (0)