diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-04-19 12:29:25 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-04-19 12:29:25 +0000 |
commit | eed13f50c506ba38aa056a4d2ec7a0035d0a8de9 (patch) | |
tree | 089876a699550b3e36d9843ec9b8cc46b5aee53f /TAO/performance-tests/Latency/Thread_Per_Connection | |
parent | bd9396bf094d3df67527217d625ca966e51b6478 (diff) | |
download | ATCD-eed13f50c506ba38aa056a4d2ec7a0035d0a8de9.tar.gz |
Thu Apr 19 12:28:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/performance-tests/Latency/Thread_Per_Connection')
-rwxr-xr-x | TAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl b/TAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl index 7729593134f..b6325a03ade 100755 --- a/TAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl +++ b/TAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl @@ -42,7 +42,7 @@ $CL = new PerlACE::Process ("client", $SV->Spawn (); -if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) { +if (PerlACE::waitforfile_timed ($iorfile, $PerlACE::wait_interval_for_process_creation) == -1) { print STDERR "ERROR: cannot find file <$iorfile>\n"; $SV->Kill (); exit 1; |