Home
last modified time | relevance | path

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

/art/test/1951-monitor-enter-no-suspend/src/art/
DTest1951.java28 public static final long WAIT_TIME_MILLIS = 1000 * 60; field in Test1951
36 long endTime = System.currentTimeMillis() + WAIT_TIME_MILLIS; in run()
56 "Failure: other thread did not make progress in " + WAIT_TIME_MILLIS + " ms"); in run()