summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/VariousTopicsEvent/descriptors/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/VariousTopicsEvent/descriptors/run_test.pl')
-rw-r--r--CIAO/connectors/dds4ccm/tests/VariousTopicsEvent/descriptors/run_test.pl6
1 files changed, 2 insertions, 4 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/VariousTopicsEvent/descriptors/run_test.pl b/CIAO/connectors/dds4ccm/tests/VariousTopicsEvent/descriptors/run_test.pl
index 6065a5cc28b..2767b0eff24 100644
--- a/CIAO/connectors/dds4ccm/tests/VariousTopicsEvent/descriptors/run_test.pl
+++ b/CIAO/connectors/dds4ccm/tests/VariousTopicsEvent/descriptors/run_test.pl
@@ -100,8 +100,6 @@ sub kill_open_processes {
if ($ns_running == 1) {
$NS->Kill (); $NS->TimedWait (1);
}
- # in case shutdown did not perform as expected
- $tg_executor->KillAll ('ciao_componentserver');
}
sub run_node_daemons {
@@ -218,8 +216,8 @@ for ($i = 0; $i < $nr_daemon; ++$i) {
}
}
-print "Sleeping 10 seconds to allow task to complete\n";
-sleep (10);
+print "Sleeping 30 seconds to allow task to complete\n";
+sleep (30);
# Invoke executor - stop the application -.
print "Invoking executor - stop the application -\n";