summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Etherealization/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Etherealization/run_test.pl')
-rwxr-xr-xTAO/tests/POA/Etherealization/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/POA/Etherealization/run_test.pl b/TAO/tests/POA/Etherealization/run_test.pl
index 5682c390c28..aa329404f43 100755
--- a/TAO/tests/POA/Etherealization/run_test.pl
+++ b/TAO/tests/POA/Etherealization/run_test.pl
@@ -15,7 +15,7 @@ else {
$T = new PerlACE::Process ("Etherealization");
}
-$test = $T->SpawnWaitKill (60);
+$test = $T->SpawnWaitKill ($PerlACE::wait_interval_for_process_creation);
if ($test != 0) {
print STDERR "ERROR: test returned $test\n";