Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions environ
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ export PATH="${BASE}/output/${BUILD}/net8.0:${BASE}/output/Mercurial:${PATH}"
# set HGRCPATH so that we ignore ~/.hgrc files which might have content that is
# incompatible with our version of Mercurial
export HGRCPATH=/etc/mercurial/hgrc

# Increase Chorus timeout to 60 minutes since some projects take longer than 15 minutes to merge
export CHORUS_LOCAL_TIMEOUT_SECONDS=3600