Skip to content

Commit

Permalink
Adjust itest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasponce committed May 9, 2017
1 parent 15bed22 commit 3a305e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 44 deletions.
42 changes: 0 additions & 42 deletions .travis.swagger.sh

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
- git fetch origin --unshallow
script:
- ./mvnw -s .travis.maven.settings.xml verify -Dtest-env=perf -Dsrcdeps.quiet=false
- ./mvnw -s .travis.maven.settings.xml verify -Pitest
# - ./mvnw -s .travis.maven.settings.xml verify -Pitest
env:
global:
- secure: TQJ1pIBM6dGgCQj59OiYxmKI2Nk+0XIT9His/iBt4FGRXHQ4BqWZuMVbtiX0ngGJbyg6Ntq9mJwmioGNl3tyK3jY9eqD/pWg8XjA9YAn+UINSBS3ooPYgAwIjTuJp6o7x9xExLEKCdzyttFjQ0BG+AkNvIEVyjSTZq7ky/ngbP4=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class AbstractITestBase {
static final String TENANT_PREFIX = UUID.randomUUID().toString()
static final AtomicInteger TENANT_ID_COUNTER = new AtomicInteger(0)
static cluster = System.getProperty('cluster') ? true : false
static timeout = 100000 // 100s of timeout to spot networking issues
static timeout = 30000 // 30s of timeout to spot networking issues

@BeforeClass
static void initClient() {
Expand Down

0 comments on commit 3a305e3

Please sign in to comment.