Skip to content

Commit

Permalink
test: extend ListProbesname timeout
Browse files Browse the repository at this point in the history
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@oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees@oracle.com>
  • Loading branch information
euloh authored and kvanhees committed Feb 26, 2023
1 parent a00ee1e commit 66bc283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unittest/dtrace-util/tst.ListProbesName.sh
Original file line number Diff line number Diff line change
@@ -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: 90

##
#
Expand Down

0 comments on commit 66bc283

Please sign in to comment.