summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2735_Regression
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-21 12:38:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-21 12:38:54 +0000
commitc2b96a02a07b201d48040e6741b45ad44d90eb1d (patch)
treef081291279da7321bde772f7f863e6c4c7bc0fbb /TAO/tests/Bug_2735_Regression
parentac3e843fd88e4db218e9d6d996a1ded92d582926 (diff)
downloadATCD-c2b96a02a07b201d48040e6741b45ad44d90eb1d.tar.gz
Mon May 21 12:36:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Bug_2735_Regression')
-rwxr-xr-xTAO/tests/Bug_2735_Regression/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2735_Regression/run_test.pl b/TAO/tests/Bug_2735_Regression/run_test.pl
index 2839730c6d3..785250a5b2f 100755
--- a/TAO/tests/Bug_2735_Regression/run_test.pl
+++ b/TAO/tests/Bug_2735_Regression/run_test.pl
@@ -17,7 +17,7 @@ my $class = (PerlACE::is_vxworks_test() ? 'PerlACE::ProcessVX' :
## First test that the -ORBSvcConfDirective works with good options.
my $SV = $class->new('server', '-s');
$SV->Spawn ();
-my $server = $SV->WaitKill(5);
+my $server = $SV->WaitKill($PerlACE::wait_interval_for_process_creation);
if ($server != 0) {
print STDERR "ERROR: server returned $server\n";
exit(1);