Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
increasing timeout, and trying again on Travis
  • Loading branch information
arcuri82 committed Jul 5, 2020
1 parent 508aef4 commit 01a7a40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -37,7 +37,7 @@ jobs: # a collection of steps

# do the actual build
- run:
command: mvn clean install --fae -DskipTests
command: mvn clean install --fae
no_output_timeout: 20m
environment:
- CI_env: CircleCI
Expand Down
Expand Up @@ -23,7 +23,7 @@ class BaseExternalDriver : ExternalSutController(){
}

override fun getMaxAwaitForInitializationInSeconds(): Long {
return 30
return 90
}

override fun getConnection(): Connection? {
Expand Down
2 changes: 1 addition & 1 deletion core-driver-it/src/test/kotlin/com/foo/base/BaseIT.kt
Expand Up @@ -37,7 +37,7 @@ class BaseIT {
@BeforeAll
fun beforeAll() {
//Travis does not like spawn processes... :(
CIUtils.skipIfOnTravis()
//CIUtils.skipIfOnTravis()

setupJarAgent()
driver.controllerPort = 0
Expand Down

0 comments on commit 01a7a40

Please sign in to comment.