diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-03-06 09:38:41 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-03-06 09:38:41 +0000 |
commit | 3e6a4bd70e48452252f7aca0473c8d9052b9495f (patch) | |
tree | 109027f386fde393aa2b2e939df87e8a83bc2771 /TAO/tests/Collocation | |
parent | a9838767792b43ddd2fd2178f471931a24a96c36 (diff) | |
download | ATCD-3e6a4bd70e48452252f7aca0473c8d9052b9495f.tar.gz |
Tue Mar 6 09:38:32 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Collocation')
-rwxr-xr-x | TAO/tests/Collocation/run_test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Collocation/run_test.pl b/TAO/tests/Collocation/run_test.pl index 4257cc453e8..cf072cd7bd3 100755 --- a/TAO/tests/Collocation/run_test.pl +++ b/TAO/tests/Collocation/run_test.pl @@ -20,7 +20,7 @@ else { } -$server = $SV->SpawnWaitKill (60); +$server = $SV->SpawnWaitKill ($PerlACE::wait_interval_for_process_creation); if ($server != 0) { print STDERR "ERROR: Collocation returned $server \n"; |