Skip to content

Commit 7778afb

Browse files
committed
chore: increase timeout for Mono80IsSupported
1 parent 7823f0d commit 7778afb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/BenchmarkDotNet.IntegrationTests/MonoTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ public void Mono80IsSupported()
2020
var logger = new OutputLogger(Output);
2121
var config = ManualConfig.CreateEmpty()
2222
.AddLogger(logger)
23-
.AddJob(Job.Dry.WithRuntime(MonoRuntime.Mono80));
23+
.AddJob(Job.Dry.WithRuntime(MonoRuntime.Mono80))
24+
.WithBuildTimeout(TimeSpan.FromSeconds(240));
2425
CanExecute<MonoBenchmark>(config);
2526
}
2627

0 commit comments

Comments
 (0)