Skip to content

Commit 57b56fc

Browse files
authored
Merge pull request scala#8434 from retronym/ticket/sd653
Increase Travis timeout for log output
2 parents eb2ca08 + 5b0863e commit 57b56fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ jobs:
3737
- deriveModuleVersions
3838
- removeExistingBuilds $integrationRepoUrl
3939
- if [ ! -z "$STARR_REF" ]; then buildStarr; fi
40-
- buildLocker
41-
- buildQuick
40+
- travis_wait 90 buildLocker
41+
- travis_wait 90 buildQuick
4242
- triggerScalaDist
4343

4444
# pull request validation (w/ mini-bootstrap)
4545
- stage: build
4646
name: "JDK 8 pr validation"
4747
if: type = pull_request
4848
script:
49-
- sbt -warn setupPublishCore generateBuildCharacterPropertiesFile headerCheck publishLocal
49+
- travis_wait 90 sbt -warn setupPublishCore generateBuildCharacterPropertiesFile headerCheck publishLocal
5050
- STARR=`cat buildcharacter.properties | grep ^maven.version.number | cut -d= -f2` && echo $STARR
51-
- sbt -Dstarr.version=$STARR -warn setupValidateTest test:compile info testAll
51+
- travis_wait 90 sbt -Dstarr.version=$STARR -warn setupValidateTest test:compile info testAll
5252

5353
# build the spec using jekyll
5454
- stage: build

0 commit comments

Comments
 (0)