Reduce GsaCommunicationHandlerTest time by 4s

Since shutting down an HttpServer is slow (takes at least a second) and
we are using random ports, there is no reason to block waiting for the
server to shutdown. Shutting down asynchronously saves one second for
each of four tests.
1 file changed