summaryrefslogtreecommitdiff
path: root/TAO/tests/DynAny_Test/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DynAny_Test/run_test.pl')
-rwxr-xr-xTAO/tests/DynAny_Test/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/DynAny_Test/run_test.pl b/TAO/tests/DynAny_Test/run_test.pl
index b1b5a2d88aa..06eab10a14b 100755
--- a/TAO/tests/DynAny_Test/run_test.pl
+++ b/TAO/tests/DynAny_Test/run_test.pl
@@ -21,8 +21,8 @@ sub run_test
else {
$BT = new PerlACE::Process ("basic_test", "-t $type");
}
- my $basictest = $BT->SpawnWaitKill (10);
-
+ my $basictest = $BT->SpawnWaitKill ($PerlACE::wait_interval_for_process_creation);
+
if ($basictest != 0) {
print STDERR "ERROR: basic test for ($type) returned $basictest\n";
$status = 1;