Skip to content

Commit ef33349

Browse files
Merge pull request #228 from splunk/ci/splunk-7.2
Run CI against Splunk 7.2
2 parents 5092663 + 3ef3a66 commit ef33349

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ before_install:
3030
- mkdir -p $SPLUNK_HOME/var/log/splunk
3131

3232
env:
33-
- SPLUNK_VERSION=6.6-sdk
3433
- SPLUNK_VERSION=7.0-sdk
34+
- SPLUNK_VERSION=7.2-sdk
3535

3636
language: python
3737

tests/test_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test_parse_fail(self):
113113

114114
def test_restart(self):
115115
service = client.connect(**self.opts.kwargs)
116-
self.service.restart(timeout=120)
116+
self.service.restart(timeout=300)
117117
service.login() # Make sure we are awake
118118

119119
def test_read_outputs_with_type(self):

0 commit comments

Comments
 (0)