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 a49e00a commit 7a31c2aCopy full SHA for 7a31c2a
tests/BenchmarkDotNet.IntegrationTests/R2RTests.cs
@@ -26,7 +26,7 @@ private ManualConfig GetConfig()
26
.AddJob(Job.Dry
27
.WithRuntime(GetCurrentR2RRuntime())
28
.WithToolchain(toolchain))
29
- .WithBuildTimeout(TimeSpan.FromSeconds(240));
+ .WithBuildTimeout(TimeSpan.FromSeconds(360));
30
}
31
32
private static string GetTargetFrameworkMoniker()
0 commit comments