Stopping nodes before joining thread pools.

This commit is contained in:
Colin LeMahieu 2016-04-18 17:53:21 -05:00
commit 1e5cbb3423

View file

@ -1358,6 +1358,10 @@ TEST (rpc, work_peer_many)
system2.stop ();
system3.stop ();
system4.stop ();
node1.stop();
node2.stop();
node3.stop();
node4.stop();
runner1.join ();
runner2.join ();
runner3.join ();