Skip to content

Commit

Permalink
Set timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Dec 29, 2023
1 parent c786890 commit 2e5187c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
@State(Scope.Benchmark)
@Measurement(iterations = 5)
@BenchmarkMode(Mode.SingleShotTime)
@Timeout(time = 1000, timeUnit = TimeUnit.HOURS)
@Timeout(time = 5, timeUnit = TimeUnit.MINUTES)
public class ManifestWriteBenchmark {

private static final int NUM_FILES = 10;
Expand Down

0 comments on commit 2e5187c

Please sign in to comment.