File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ BREW_TIME_START=$(($TRAVIS_TIMER_START_TIME/10**9))
11
11
# If after a package is built, elapsed time is more than this many seconds, fail the build but save Travis cache
12
12
# The cutoff moment should leave enough time till Travis' job time limit to process the main project.
13
13
# Since we have moved deps into a separate stage, we don't need to leave time for the project any more
14
- BREW_TIME_LIMIT=$(( 38 * 60 ))
14
+ BREW_TIME_LIMIT=$(( 42 * 60 ))
15
15
# If a slow-building package is about to be built and the projected build end moment is beyond this many seconds,
16
16
# skip that build, fail the Travis job and save Travis cache.
17
17
# This cutoff should leave enough time for before_cache and cache save.
18
- BREW_TIME_HARD_LIMIT=$(( 40 * 60 ))
18
+ BREW_TIME_HARD_LIMIT=$(( 43 * 60 ))
19
19
20
20
21
21
# Auto cleanup can delete locally-built bottles
You can’t perform that action at this time.
0 commit comments