Skip to content

Commit

Permalink
Increase Mac build's TestFX setup timeout to 5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Nov 3, 2017
1 parent 067714b commit c47239c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ matrix:
# Java 8 Mac build
- os: osx
osx_image: xcode9
env: _JAVA_OPTIONS="-Djava.awt.headless=true -Dtestfx.robot=glass -Dtestfx.headless=true -Dprism.order=sw -Dprism.text=t2k -Dtestfx.setup.timeout=2500"
env: _JAVA_OPTIONS="-Djava.awt.headless=true -Dtestfx.robot=glass -Dtestfx.headless=true -Dprism.order=sw -Dprism.text=t2k -Dtestfx.setup.timeout=5000"

# enable Java 8u45+, see https://github.com/travis-ci/travis-ci/issues/4042
addons:
Expand Down

0 comments on commit c47239c

Please sign in to comment.