summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Large_Deployment
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-05-26 20:28:22 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-05-26 20:28:22 +0000
commitfecda0b6a8ff920bfb2edf99b71edf46a7daba40 (patch)
tree48f1b398dac6a9785af8aa6bec89cde983873591 /CIAO/connectors/dds4ccm/examples/Large_Deployment
parentb847921f950111e011c3f4236b122d874467eef9 (diff)
downloadATCD-fecda0b6a8ff920bfb2edf99b71edf46a7daba40.tar.gz
Wed May 26 20:28:00 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* connectors/dds4ccm/examples/Large_Deployment/descriptors/run_test.pl: reduce timeouts.
Diffstat (limited to 'CIAO/connectors/dds4ccm/examples/Large_Deployment')
-rwxr-xr-xCIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/run_test.pl b/CIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/run_test.pl
index 0bec6f1e127..dbdb66c3268 100755
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/run_test.pl
+++ b/CIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/run_test.pl
@@ -200,7 +200,7 @@ print "Invoking executor - launch the application -\n";
print "Start dance_plan_launcher.exe with -x $cdp_file -k file://$ior_emfile -l\n";
$E = $tg_executor->CreateProcess ("$DANCE_ROOT/bin/dance_plan_launcher",
"-x $cdp_file -k file://$ior_emfile -l");
-$E->SpawnWaitKill (20000*$tg_executor->ProcessStartWaitInterval ());
+$E->SpawnWaitKill (600);
for ($i = 0; $i < $nr_daemon; ++$i) {
if ($tg_daemons[$i]->WaitForFileTimed ($iorbases[$i],
@@ -226,7 +226,7 @@ print "by running dance_plan_launcher.exe with -k file://$ior_emfile -x $cdp_fil
$E = $tg_executor->CreateProcess ("$DANCE_ROOT/bin/dance_plan_launcher",
"-k file://$ior_emfile -x $cdp_file -s");
-$E->SpawnWaitKill (20000*$tg_executor->ProcessStopWaitInterval ());
+$E->SpawnWaitKill (600);
print "Executor returned.\n";
print "Shutting down rest of the processes.\n";