Skip to content

Commit f9df346

Browse files
committed
test
1 parent d1851a1 commit f9df346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/service/launcher/TestServiceInterruptHandling.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public void testRegisterAndRaise() throws Throwable {
4242
IrqHandler irqHandler = new IrqHandler(name, catcher);
4343
irqHandler.bind();
4444
assertEquals(0, irqHandler.getSignalCount());
45+
Thread.sleep(3000);
4546
irqHandler.raise();
4647
// allow for an async event
4748
GenericTestUtils.waitFor(() -> catcher.interruptData != null, 100, 100000);

0 commit comments

Comments
 (0)