Skip to content

Commit

Permalink
[GR-53721] Timeout in BytecodeOSRNodeTest#testFrameTransferWithStatic…
Browse files Browse the repository at this point in the history
…AccessesWithAssertionsDisabled in coverage job run.

PullRequest: graal/17632
  • Loading branch information
tzezula committed May 10, 2024
2 parents d7ce08c + 6336f70 commit 9c89605
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -67,7 +67,7 @@ public class BytecodeOSRNodeTest extends TestWithSynchronousCompiling {

private static final OptimizedTruffleRuntime runtime = (OptimizedTruffleRuntime) Truffle.getRuntime();

@Rule public TestRule timeout = SubprocessTestUtils.disableForParentProcess(GraalTest.createTimeout(30, TimeUnit.SECONDS));
@Rule public TestRule timeout = SubprocessTestUtils.disableForParentProcess(GraalTest.createTimeout(60, TimeUnit.SECONDS));

private int osrThreshold;

Expand Down

0 comments on commit 9c89605

Please sign in to comment.