summaryrefslogtreecommitdiff
path: root/TAO/tests/Reliable_Oneways/run_sync_with_server.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Reliable_Oneways/run_sync_with_server.pl')
-rwxr-xr-xTAO/tests/Reliable_Oneways/run_sync_with_server.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Reliable_Oneways/run_sync_with_server.pl b/TAO/tests/Reliable_Oneways/run_sync_with_server.pl
index 89a19200aa3..92ab22161b9 100755
--- a/TAO/tests/Reliable_Oneways/run_sync_with_server.pl
+++ b/TAO/tests/Reliable_Oneways/run_sync_with_server.pl
@@ -17,11 +17,11 @@ $CL = new PerlACE::Process ("client", " -k file://$iorfile -s");
$SV->Spawn ();
-if (PerlACE::waitforfile_timed ($iorfile, 5) == -1) {
+if (PerlACE::waitforfile_timed ($iorfile, $PerlACE::wait_interval_for_process_creation) == -1) {
print STDERR "ERROR: cannot find file <$iorfile>\n";
$SV->Kill (); $SV->TimedWait (1);
exit 1;
-}
+}
$client = $CL->SpawnWaitKill (200);