Skip to content

Commit ed27cff

Browse files
committed
[sanitizer] Increate ppc64 timeout and show tests
1 parent b613ea6 commit ed27cff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,12 @@ export LIT_OPTS="--time-tests"
5959
CMAKE_COMMON_OPTIONS+=" -DPython3_EXECUTABLE=$(which python)"
6060
} || build_exception
6161

62-
LIT_OPTS+=" --timeout=900"
62+
if [[ ! "$(arch)" =~ "ppc64" ]] ; then
63+
LIT_OPTS+=" --timeout=900"
64+
else
65+
LIT_OPTS+=" --timeout=1800"
66+
LIT_OPTS+=" -av"
67+
fi
6368

6469
CMAKE="$(which cmake)"
6570

0 commit comments

Comments
 (0)