Skip to content

Commit 515be8d

Browse files
committed
chore: increase timeout value for MemoryDiagnoserSupportsModernMono test
1 parent 7778afb commit 515be8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/BenchmarkDotNet.IntegrationTests/MemoryDiagnoserTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ private IConfig CreateConfig(IToolchain toolchain,
386386
new EnvironmentVariable("COMPlus_TieredCompilation", "0")
387387
)
388388
: job)
389+
.WithBuildTimeout(TimeSpan.FromSeconds(240)) // Increase timeout for `MemoryDiagnoserSupportsModernMono` test on macos(x64)
389390
.AddColumnProvider(DefaultColumnProviders.Instance)
390391
.AddDiagnoser(MemoryDiagnoser.Default)
391392
.AddLogger(toolchain.IsInProcess ? ConsoleLogger.Default : new OutputLogger(output)); // we can't use OutputLogger for the InProcess toolchains because it allocates memory on the same thread

0 commit comments

Comments
 (0)