Skip to content

Commit

Permalink
Setting our own timeout for bazel command that is less than travis ti…
Browse files Browse the repository at this point in the history
…meout to avoid killing the job and allowing to store partially populated cache
  • Loading branch information
barancev committed Nov 5, 2020
1 parent 5e81741 commit 5768f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [[ ! -z "$BZL" ]]; then
bazel $BZL
fi
else
bazel $BZL
timeout 40m bazel $BZL
fi
bazel analyze-profile /tmp/bazelprofile
fi
Expand Down

0 comments on commit 5768f19

Please sign in to comment.