We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7823f0d commit 7778afbCopy full SHA for 7778afb
tests/BenchmarkDotNet.IntegrationTests/MonoTests.cs
@@ -20,7 +20,8 @@ public void Mono80IsSupported()
20
var logger = new OutputLogger(Output);
21
var config = ManualConfig.CreateEmpty()
22
.AddLogger(logger)
23
- .AddJob(Job.Dry.WithRuntime(MonoRuntime.Mono80));
+ .AddJob(Job.Dry.WithRuntime(MonoRuntime.Mono80))
24
+ .WithBuildTimeout(TimeSpan.FromSeconds(240));
25
CanExecute<MonoBenchmark>(config);
26
}
27
0 commit comments