[DTrace-devel] [PATCH 2/4] test: Increase timeout due to long shutdown
Kris Van Hees
kris.van.hees at oracle.com
Fri Oct 25 21:05:35 UTC 2024
On Fri, Oct 04, 2024 at 12:43:53AM -0400, eugene.loh at oracle.com wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
>
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>
> ---
> test/unittest/pid/tst.entry_off0.sh | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/test/unittest/pid/tst.entry_off0.sh b/test/unittest/pid/tst.entry_off0.sh
> index f1a75b6ae..1a4c3d207 100755
> --- a/test/unittest/pid/tst.entry_off0.sh
> +++ b/test/unittest/pid/tst.entry_off0.sh
> @@ -6,6 +6,10 @@
> # http://oss.oracle.com/licenses/upl.
> #
>
> +# Although the D script takes only "one second," it takes a long time to
> +# shut down. Until that has been solved, increase the timeout for the test.
> +# @@timeout: 120
> +
> dtrace=$1
>
> trig=`pwd`/test/triggers/ustack-tst-basic
> --
> 2.43.5
>
More information about the DTrace-devel
mailing list