Skip to content

Commit 833b530

Browse files
Merge pull request #169 from splunk/travis-ci
Update Travis CI to test against Splunk 6.4 and 6.5
2 parents f32374a + e92f6e0 commit 833b530

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
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.2.6-sdk
34-
- SPLUNK_VERSION=6.3.1-sdk
33+
- SPLUNK_VERSION=6.4-sdk
34+
- SPLUNK_VERSION=6.5-sdk
3535

3636
language: python
3737

tests/testlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class SDKTestCase(unittest.TestCase):
8181
restart_already_required = False
8282
installedApps = []
8383

84-
def assertEventuallyTrue(self, predicate, timeout=10, pause_time=0.5,
84+
def assertEventuallyTrue(self, predicate, timeout=30, pause_time=0.5,
8585
timeout_message="Operation timed out."):
8686
assert pause_time < timeout
8787
start = datetime.now()

0 commit comments

Comments
 (0)