fix: Flaky CI tests by increase build timeout - #2854
Conversation
|
Above error seems to be happen randomly. and cause flaky test. And I don't know why this warning occurred randomly. |
|
Still seeing |
|
Same with |
|
As far as I've confirmed |
It happened on the previous test run. |
|
Is it able to provide log link of test run that failed with timeout? |
https://github.com/dotnet/BenchmarkDotNet/actions/runs/19093373782/job/54598246558 The test says it failed like this But if you scroll further down, you'll see it's because the build timed out. |
|
Thanks for confirmations. I've added new commit 515be8d. |
This PR intended to fix #2853
What's changed in this PR
Increase
BuildTimeoutvalue to value to 240 seconds (Default: 120 seconds)of following tests.
Note:
Following
FactEnvSpecificis left as is.BenchmarkDotNet/tests/BenchmarkDotNet.IntegrationTests/CustomBuildConfigurationTests.cs
Line 21 in 6fcb40c
Timeout error on NETFX might be resolved by this PR changes.
Though, it'll be handled by #2376