@After
  public void doTeardown() throws InterruptedException {
    AeronTestUtils.awaitMediaDriverIsTerminated(TIMEOUT);

    assertTrue(threadSnapshot.takeAndCompare(new String[] {"hash", "global"}, TIMEOUT.toMillis()));
  }