Skip to content

Commit a3500cb

Browse files
committed
Fixes for travis
1 parent db7e3c4 commit a3500cb

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ services:
2121

2222
before_install:
2323
- docker pull openanalytics/shinyproxy-demo
24+
- socat TCP-LISTEN:2375,reuseaddr,fork UNIX-CONNECT:/var/run/docker.sock &
2425
- sudo apt-get -qq -y install conntrack
2526

2627
before_script:

src/test/java/eu/openanalytics/containerproxy/test/proxy/TestIntegrationOnKube.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,9 @@ public void launchProxyWithPodPatches() throws Exception {
412412
.withNamespace(overridenNamespace)
413413
.endMetadata()
414414
.build());
415+
416+
// Give Kube time to setup ServiceAccount
417+
Thread.sleep(2000);
415418

416419
String specId = environment.getProperty("proxy.specs[6].id");
417420

0 commit comments

Comments
 (0)