Pass --timeout=$(TESTTIMEOUT) option to the default profile task
"./python -m test --pgo" command.
--- /dev/null
+Pass ``--timeout=$(TESTTIMEOUT)`` option to the default profile task
+``./python -m test --pgo`` command.
$as_echo_n "checking PROFILE_TASK... " >&6; }
if test -z "$PROFILE_TASK"
then
- PROFILE_TASK='-m test --pgo'
+ PROFILE_TASK='-m test --pgo --timeout=$(TESTTIMEOUT)'
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PROFILE_TASK" >&5
$as_echo "$PROFILE_TASK" >&6; }
AC_MSG_CHECKING(PROFILE_TASK)
if test -z "$PROFILE_TASK"
then
- PROFILE_TASK='-m test --pgo'
+ PROFILE_TASK='-m test --pgo --timeout=$(TESTTIMEOUT)'
fi
AC_MSG_RESULT($PROFILE_TASK)