Skip to content

Commit aaa9dfa

Browse files
committed
tweaking travis setup
1 parent c3ee13e commit aaa9dfa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: java
22
jdk:
33
- oraclejdk8
44
env:
5-
- NODE_VERSION=6.1
5+
- NODE_VERSION=6.9
66
sudo: true
77
before_install:
88
- echo 'America/Los_Angeles' | sudo tee /etc/timezone
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/bash
22

33
sudo /etc/init.d/MarkLogic start
4-
sleep 10
4+
sleep 30
55
curl -X POST -d "" http://localhost:8001/admin/v1/init
6-
sleep 10
6+
sleep 30
77
curl -X POST -H "Content-type: application/x-www-form-urlencoded" \
88
--data "admin-username=admin" \
99
--data "admin-password=admin" \
1010
--data "realm=public" \
1111
"http://localhost:8001/admin/v1/instance-admin"
12-
sleep 10
12+
sleep 30

0 commit comments

Comments
 (0)