We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5092663 + 3ef3a66 commit ef33349Copy full SHA for ef33349
.travis.yml
@@ -30,8 +30,8 @@ before_install:
30
- mkdir -p $SPLUNK_HOME/var/log/splunk
31
32
env:
33
- - SPLUNK_VERSION=6.6-sdk
34
- SPLUNK_VERSION=7.0-sdk
+ - SPLUNK_VERSION=7.2-sdk
35
36
language: python
37
tests/test_service.py
@@ -113,7 +113,7 @@ def test_parse_fail(self):
113
114
def test_restart(self):
115
service = client.connect(**self.opts.kwargs)
116
- self.service.restart(timeout=120)
+ self.service.restart(timeout=300)
117
service.login() # Make sure we are awake
118
119
def test_read_outputs_with_type(self):
0 commit comments