Skip to content

Commit

Permalink
[GR-33050] Restore original timeout for EngineBenchmark to avoid time…
Browse files Browse the repository at this point in the history
…outs.

PullRequest: graal/9518
  • Loading branch information
chumer committed Aug 10, 2021
2 parents a1b86ff + ee84a7b commit b7c4725
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
import com.oracle.truffle.api.nodes.Node;
import com.oracle.truffle.api.nodes.RootNode;

@Warmup(iterations = 400, time = 1)
@Warmup(iterations = 30, time = 1)
@SuppressWarnings("deprecation")
public class EngineBenchmark extends TruffleBenchmark {

Expand Down

0 comments on commit b7c4725

Please sign in to comment.