summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2174_Regression
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-11-11 19:56:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-11-11 19:56:30 +0000
commitead6dabcd23d0f3d7257409f920cec8089a364a9 (patch)
tree639b109834cf4aafbc1db80507bd15ac8e3ff7d6 /TAO/tests/Bug_2174_Regression
parent8b282ddeea6193cf969bf7355e436765995fe9df (diff)
downloadATCD-ead6dabcd23d0f3d7257409f920cec8089a364a9.tar.gz
Sun Nov 11 19:55:21 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Bug_2174_Regression')
-rwxr-xr-xTAO/tests/Bug_2174_Regression/run_test.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Bug_2174_Regression/run_test.pl b/TAO/tests/Bug_2174_Regression/run_test.pl
index 12f41476a9a..2cb0ad75401 100755
--- a/TAO/tests/Bug_2174_Regression/run_test.pl
+++ b/TAO/tests/Bug_2174_Regression/run_test.pl
@@ -34,7 +34,7 @@ if (PerlACE::waitforfile_timed ($iorfile, $PerlACE::wait_interval_for_process_cr
exit 1;
}
-$client = $CL->SpawnWaitKill (15);
+$client = $CL->SpawnWaitKill ($PerlACE::wait_interval_for_process_creation);
$SV->Kill ();
unlink $iorfile;
if ($client != 2) {
@@ -59,7 +59,7 @@ if (PerlACE::waitforfile_timed ($iorfile, $PerlACE::wait_interval_for_process_cr
exit 1;
}
-$client = $CL->SpawnWaitKill (15);
+$client = $CL->SpawnWaitKill ($PerlACE::wait_interval_for_process_creation);
$SV->Kill ();
if ($client != 3) {
print STDERR "ERROR: client returned $client in test B, expected 3\n";
@@ -73,7 +73,7 @@ if ($client != 3) {
# This test was failing on win32 without this sleep.
sleep 1;
-$client = $CL->SpawnWaitKill (15);
+$client = $CL->SpawnWaitKill ($PerlACE::wait_interval_for_process_creation);
unlink $iorfile;
if ($client != 5) {
print STDERR "ERROR: client returned $client in test C, expected 5\n";