Home
last modified time | relevance | path

Searched refs:netWaitTime (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadTest.java131 long netWaitTime = System.nanoTime() - startNanos; in test_joinWithSpuriousInterruption() local
132 assertTrue("Expected to wait at least 500000000ns, but was " + netWaitTime + "ns", in test_joinWithSpuriousInterruption()
133 netWaitTime > 500000000); in test_joinWithSpuriousInterruption()