summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Thread_Pool/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Thread_Pool/run_test.pl')
-rwxr-xr-xTAO/tests/RTCORBA/Thread_Pool/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/Thread_Pool/run_test.pl b/TAO/tests/RTCORBA/Thread_Pool/run_test.pl
index 2dcbc7246bf..df32e821eef 100755
--- a/TAO/tests/RTCORBA/Thread_Pool/run_test.pl
+++ b/TAO/tests/RTCORBA/Thread_Pool/run_test.pl
@@ -72,7 +72,7 @@ $SV->Spawn ();
for $test (@configurations)
{
- if (PerlACE::waitforfile_timed ($test->{file}, $PerlACE::wait_interval_for_process_creation) == -1)
+ if (PerlACE::waitforfile_timed ($test->{file}, 10) == -1)
{
$server = $SV->TimedWait (1);
if ($server == 2)