summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/Thread_Per_Connection
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-04-19 12:29:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-04-19 12:29:25 +0000
commiteed13f50c506ba38aa056a4d2ec7a0035d0a8de9 (patch)
tree089876a699550b3e36d9843ec9b8cc46b5aee53f /TAO/performance-tests/Latency/Thread_Per_Connection
parentbd9396bf094d3df67527217d625ca966e51b6478 (diff)
downloadATCD-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-xTAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl2
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;