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 da825a5 commit 89c8420Copy full SHA for 89c8420
tests/BenchmarkDotNet.IntegrationTests/R2RTests.cs
@@ -28,7 +28,9 @@ private ManualConfig GetConfig()
28
return ManualConfig.CreateEmpty()
29
.AddJob(Job.Dry
30
.WithRuntime(GetCurrentR2RRuntime())
31
- .WithToolchain(toolchain));
+ .WithToolchain(toolchain)
32
+ )
33
+ .WithBuildTimeout(TimeSpan.FromSeconds(240))
34
}
35
36
private static string GetTargetFrameworkMoniker()
0 commit comments