Skip to content

Commit

Permalink
[sanitizer] Increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Sep 15, 2022
1 parent 84fc1f1 commit 2d6f88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/buildbot/builders/sanitizers/buildbot_functions.sh
Expand Up @@ -35,7 +35,7 @@ echo @@@BUILD_STEP Prepare@@@
BUILDBOT_CLOBBER="${BUILDBOT_CLOBBER:-}"
BUILDBOT_REVISION="${BUILDBOT_REVISION:-origin/main}"

export LIT_OPTS="--time-tests --timeout=600"
export LIT_OPTS="--time-tests --timeout=1100"
CMAKE_COMMON_OPTIONS="-DLLVM_LIT_ARGS=-v"

function rm_dirs {
Expand Down

0 comments on commit 2d6f88a

Please sign in to comment.