summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_init/run_test.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-03-06 09:07:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-03-06 09:07:25 +0000
commit47eebc2770ea35f2586471769ef127ab4cb4765c (patch)
treeb2f44d8e4240767fe2fecf793312db289e7d7f94 /TAO/tests/ORB_init/run_test.pl
parent714c3bebde17b9af60ef287bd0579d3fca45d88f (diff)
downloadATCD-47eebc2770ea35f2586471769ef127ab4cb4765c.tar.gz
Tue Mar 6 09:06:32 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/ORB_init/run_test.pl')
-rwxr-xr-xTAO/tests/ORB_init/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/ORB_init/run_test.pl b/TAO/tests/ORB_init/run_test.pl
index 658e4197806..f9b2781b422 100755
--- a/TAO/tests/ORB_init/run_test.pl
+++ b/TAO/tests/ORB_init/run_test.pl
@@ -15,7 +15,7 @@ else {
$T = new PerlACE::Process ("ORB_init");
}
-$test = $T->SpawnWaitKill (60);
+$test = $T->SpawnWaitKill ($PerlACE::wait_interval_for_process_creation);
if ($test != 0) {
print STDERR "ERROR: test returned $test\n";