Skip to content

Commit 9eb22e1

Browse files
committed
Reduce Thread.sleep to Jvm.pause, delays >= 1s to 500 ms, and remove "throws Exception" from tests
1 parent ed4da58 commit 9eb22e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

affinity/src/test/java/net/openhft/ticker/impl/JNIClockTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class JNIClockTest {
2929

3030
@Test
3131
@Ignore("TODO Fix")
32-
public void testNanoTime() throws Exception {
32+
public void testNanoTime() throws InterruptedException {
3333
for (int i = 0; i < 20000; i++)
3434
System.nanoTime();
3535
Affinity.setAffinity(2);

0 commit comments

Comments
 (0)