summaryrefslogtreecommitdiff
path: root/bin/PerlACE/Run_Test.pm
diff options
context:
space:
mode:
Diffstat (limited to 'bin/PerlACE/Run_Test.pm')
-rw-r--r--bin/PerlACE/Run_Test.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/PerlACE/Run_Test.pm b/bin/PerlACE/Run_Test.pm
index e40d0c15721..9bfd180a712 100644
--- a/bin/PerlACE/Run_Test.pm
+++ b/bin/PerlACE/Run_Test.pm
@@ -15,6 +15,9 @@ if (!defined $svcconf_ext) {
$svcconf_ext = ".conf";
}
+# Default timeout. NSCORBA needs more time for process start up.
+$wait_interval_for_process_creation = ($^O eq "nonstop_kernel") ? 10 : 5;
+
# Turn on autoflush
$| = 1;