Skip to content

Commit 89c8420

Browse files
committed
Increase build timeout.
1 parent da825a5 commit 89c8420

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/BenchmarkDotNet.IntegrationTests/R2RTests.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ private ManualConfig GetConfig()
2828
return ManualConfig.CreateEmpty()
2929
.AddJob(Job.Dry
3030
.WithRuntime(GetCurrentR2RRuntime())
31-
.WithToolchain(toolchain));
31+
.WithToolchain(toolchain)
32+
)
33+
.WithBuildTimeout(TimeSpan.FromSeconds(240))
3234
}
3335

3436
private static string GetTargetFrameworkMoniker()

0 commit comments

Comments
 (0)