We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a79e2 commit c48ead5Copy full SHA for c48ead5
bin/test-driver-ff
@@ -118,11 +118,12 @@ if [ "0$FFnp" -gt 0 ] ; then
118
else
119
FLAGS_FFPP_B="${FLAGS_FFPP}"
120
fi
121
-export MPIEXEC_TIMEOUT=300
+export MPIEXEC_TIMEOUT=50
122
test -z "${COMMONPROGRAMFILES+x}" -a -z "${WINDIR+x}" && ulimit -t 60
123
${TEST_FFPP} ${FLAGS_FFPP_B} "$@" ${FLAGS_FFPP_A}>$log_file 2>&1
124
estatus=$?
125
-FAIL_CPU_LIMIT=`tail -100 $log_file|egrep -i 'Cputime limit exceeded|MPIEXEC_TIMEOUT|Timeout after'|wc -l`
+echo "status " $estatus >>$log_file
126
+FAIL_CPU_LIMIT=`tail -100 $log_file|egrep -i 'Cputime limit exceeded|MPIEXEC_TIMEOUT|APPLICATION TIMED OUT|Timeout after'|wc -l`
127
128
129
## Add an error suffix in order to extract errored tests only
0 commit comments