Skip to content

Commit 7a31c2a

Browse files
authored
chore: increase r2r test timeout seconds (#3085)
1 parent a49e00a commit 7a31c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BenchmarkDotNet.IntegrationTests/R2RTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ private ManualConfig GetConfig()
2626
.AddJob(Job.Dry
2727
.WithRuntime(GetCurrentR2RRuntime())
2828
.WithToolchain(toolchain))
29-
.WithBuildTimeout(TimeSpan.FromSeconds(240));
29+
.WithBuildTimeout(TimeSpan.FromSeconds(360));
3030
}
3131

3232
private static string GetTargetFrameworkMoniker()

0 commit comments

Comments
 (0)