summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Banded_Connections/run_test.pl')
-rwxr-xr-xTAO/tests/RTCORBA/Banded_Connections/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/Banded_Connections/run_test.pl b/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
index 20bd0533f96..ab526f9b9d9 100755
--- a/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
+++ b/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
@@ -50,7 +50,7 @@ else {
$CL = new PerlACE::Process ("client", "-n file://$iorfile1 -o file://$iorfile2");
$SV->Spawn();
-if (PerlACE::waitforfile_timed ($iorfile2, $PerlACE::wait_interval_for_process_creation) == -1)
+if (PerlACE::waitforfile_timed ($iorfile2, 10) == -1)
{
$server = $SV->TimedWait (1);
if ($server == 2)