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 6, 2020
1 parent ac08a91 commit eecb6ff
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 eecb6ff

Please sign in to comment.