[DTrace-devel] [PATCH] test: extend ListProbesname timeout

eugene.loh at oracle.com eugene.loh at oracle.com
Sat Feb 25 03:35:10 UTC 2023


From: Eugene Loh <eugene.loh at oracle.com>

Extend the timeout on this test to give more breathing room to
slower systems running more recent kernels with more probes.

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 test/unittest/dtrace-util/tst.ListProbesName.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/unittest/dtrace-util/tst.ListProbesName.sh b/test/unittest/dtrace-util/tst.ListProbesName.sh
index 8f72493e..99bfb601 100755
--- a/test/unittest/dtrace-util/tst.ListProbesName.sh
+++ b/test/unittest/dtrace-util/tst.ListProbesName.sh
@@ -1,12 +1,12 @@
 #!/bin/bash
 #
 # Oracle Linux DTrace.
-# Copyright (c) 2013, 2021, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved.
 # Licensed under the Universal Permissive License v 1.0 as shown at
 # http://oss.oracle.com/licenses/upl.
 #
 
-# @@timeout: 20
+# @@timeout: 60
 
 ##
 #
-- 
2.18.4




More information about the DTrace-devel mailing list