Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Aug 7, 2020
1 parent 2c8b0b1 commit 27f410c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -126,7 +126,7 @@ public void testSingleSafepointStorm() throws InterruptedException {
ObjectTransitionSafepoint.INSTANCE.unregister();
}
return null;
}, 120);
}, 240);
}

@Test
Expand Down

0 comments on commit 27f410c

Please sign in to comment.