diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2013-12-05 15:34:37 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2013-12-05 15:34:37 +0000 |
commit | a24ebeb525842393c5419112acddf5d586450daa (patch) | |
tree | 3041b718792a849536201786c08e3dc79ce14293 /TAO/orbsvcs/tests | |
parent | 2a1560af4fae4cfb8e153f191eecc3406d5c0f89 (diff) | |
download | ATCD-a24ebeb525842393c5419112acddf5d586450daa.tar.gz |
Thu Dec 5 15:30:24 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
* orbsvcs/ImplRepo_Service/tao_imr_i.cpp:
Add a default signum for the kill command.
* orbsvcs/tests/ImplRepo/kill_server/run_test.pl:
Increase the time delay waiting for the server to actually
be killed. I believe this is the cause of test failures on
some nightly hosts.
Diffstat (limited to 'TAO/orbsvcs/tests')
-rwxr-xr-x | TAO/orbsvcs/tests/ImplRepo/kill_server/run_test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/kill_server/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/kill_server/run_test.pl index c8ebc632d3f..7bc9489b144 100755 --- a/TAO/orbsvcs/tests/ImplRepo/kill_server/run_test.pl +++ b/TAO/orbsvcs/tests/ImplRepo/kill_server/run_test.pl @@ -14,7 +14,7 @@ $debug_level = '0'; my $servers_count = 2; my $servers_kill_count = 1; -my $signalnum = 3; +my $signalnum = 2; if ($#ARGV >= 0) { for (my $i = 0; $i <= $#ARGV; $i++) { @@ -287,7 +287,7 @@ sub servers_list_test print "\nKilling $servers_kill_count servers\n"; shutdown_servers (0, $servers_kill_count, $signalnum); - sleep (2); + sleep (4); print "\nList of active servers after killing a server\n"; $active_servers_after_kill = list_active_servers ("-a"); |