We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b613ea6 commit ed27cffCopy full SHA for ed27cff
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -59,7 +59,12 @@ export LIT_OPTS="--time-tests"
59
CMAKE_COMMON_OPTIONS+=" -DPython3_EXECUTABLE=$(which python)"
60
} || build_exception
61
62
-LIT_OPTS+=" --timeout=900"
+if [[ ! "$(arch)" =~ "ppc64" ]] ; then
63
+ LIT_OPTS+=" --timeout=900"
64
+else
65
+ LIT_OPTS+=" --timeout=1800"
66
+ LIT_OPTS+=" -av"
67
+fi
68
69
CMAKE="$(which cmake)"
70
0 commit comments