Description
The unit test code currently decreases ipc.client.timeout in three different places in order to speed the execution of unit tests (since daemon startup and shutdown time is related to this value). The value for unit tests should be set in only a single place. Also, the value used when testing should perhaps be increased from one second to two seconds, to make tests more reliable.