Searched refs:netWaitTime (Results 1 – 1 of 1) sorted by relevance
131 long netWaitTime = System.nanoTime() - startNanos; in test_joinWithSpuriousInterruption() local132 assertTrue("Expected to wait at least 500000000ns, but was " + netWaitTime + "ns", in test_joinWithSpuriousInterruption()133 netWaitTime > 500000000); in test_joinWithSpuriousInterruption()