summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijke Hengstmengel <MHengstmengel@users.noreply.github.com>2010-05-27 07:30:04 +0000
committerMarijke Hengstmengel <MHengstmengel@users.noreply.github.com>2010-05-27 07:30:04 +0000
commit98261b01c72c9b151ee9482a958b8cf9944ae64c (patch)
treec2a3ddd26546886438f4e9bfb44e9eaedc69d5ee
parentb7a8c0b4e450ef4debd4078a6c417bf146a68772 (diff)
downloadATCD-98261b01c72c9b151ee9482a958b8cf9944ae64c.tar.gz
Thu May 26 07:27:01 UTC 2010 Marijke Hengstmengel <m.hengstmengel@remedy.nl>
* connectors/ami4ccm/tests/OneProcess/descriptors/run_test_one.pl Increase SpawnWaitKill period .
-rw-r--r--CIAO/ChangeLog5
-rw-r--r--CIAO/connectors/ami4ccm/tests/OneProcess/descriptors/run_test_one.pl4
2 files changed, 7 insertions, 2 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 94b9ee7f1c2..0bff730d39c 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 26 07:27:01 UTC 2010 Marijke Hengstmengel <m.hengstmengel@remedy.nl>
+
+ * connectors/ami4ccm/tests/OneProcess/descriptors/run_test_one.pl
+ Increase SpawnWaitKill period .
+
Wed May 26 20:28:00 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* connectors/dds4ccm/examples/Large_Deployment/descriptors/run_test.pl:
diff --git a/CIAO/connectors/ami4ccm/tests/OneProcess/descriptors/run_test_one.pl b/CIAO/connectors/ami4ccm/tests/OneProcess/descriptors/run_test_one.pl
index 0d5ef6e4adf..a1b5916de1a 100644
--- a/CIAO/connectors/ami4ccm/tests/OneProcess/descriptors/run_test_one.pl
+++ b/CIAO/connectors/ami4ccm/tests/OneProcess/descriptors/run_test_one.pl
@@ -202,7 +202,7 @@ print "Start dance_plan_launcher.exe with -x $cdp_file -k file://$ior_emfile\n";
$E = $tg_executor->CreateProcess ("$DANCE_ROOT/bin/dance_plan_launcher",
"-x $cdp_file -k file://$ior_emfile");
-$pl_status = $E->SpawnWaitKill ($tg_executor->ProcessStartWaitInterval ());
+$pl_status = $E->SpawnWaitKill (3 * $tg_executor->ProcessStartWaitInterval ());
if ($pl_status != 0) {
print STDERR "ERROR: dance_plan_launcher returned $pl_status\n";
@@ -228,7 +228,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");
-$pl_status = $E->SpawnWaitKill ($tg_executor->ProcessStartWaitInterval ());
+$pl_status = $E->SpawnWaitKill (3 * $tg_executor->ProcessStartWaitInterval ());
if ($pl_status != 0) {
print STDERR "ERROR: dance_plan_launcher returned $pl_status\n";