summaryrefslogtreecommitdiff
path: root/TAO/tests/Leader_Followers
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2001-11-05 19:15:33 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2001-11-05 19:15:33 +0000
commitaa3bc7772bee339d276b759339e960139458988e (patch)
treecc4af75ee3ce28d1c32f574bf5eae60dc2d1a7b1 /TAO/tests/Leader_Followers
parent6e5e0529a7a9b3590b4deb07093b9df42447326a (diff)
downloadATCD-aa3bc7772bee339d276b759339e960139458988e.tar.gz
ChangeLogTag: Mon Nov 5 13:08:29 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/Leader_Followers')
-rwxr-xr-xTAO/tests/Leader_Followers/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Leader_Followers/run_test.pl b/TAO/tests/Leader_Followers/run_test.pl
index a25f3dde5fd..32052e10a5d 100755
--- a/TAO/tests/Leader_Followers/run_test.pl
+++ b/TAO/tests/Leader_Followers/run_test.pl
@@ -116,7 +116,7 @@ if ($single == 1) {
$SV->Spawn ();
- if (PerlACE::waitforfile_timed ($iorfile, 5) == -1) {
+ if (PerlACE::waitforfile_timed ($iorfile, 10) == -1) {
print STDERR "ERROR: cannot find file <$iorfile>\n";
$SV->Kill ();
exit 1;
@@ -143,7 +143,7 @@ if ($multi == 1) {
$SV->Spawn ();
- if (PerlACE::waitforfile_timed ($iorfile, 5) == -1) {
+ if (PerlACE::waitforfile_timed ($iorfile, 10) == -1) {
print STDERR "ERROR: cannot find file <$iorfile>\n";
$SV->Kill ();
exit 1;