Ankit Jain
Ankit Jain
> ``` > Aborting test run: test run timeout of 600000 milliseconds exceeded. > ``` > > @radical tests are limited to 10 minutes apparently. Can we increase it for...
Looking at the log: 1. While the image is downloading, and being started we get `fail: Microsoft.EntityFrameworkCore.Database.Command[0] 2024-07-24 13:19:30.327063 ThreadID:3 (ERROR) OracleDatabaseCreator.ExistsAsync() : OracleException.Number: 50000` 2. But once the log...
> @radical do you see how what I did wrong with custom timeout on Helix > > ``` > Test Run Aborted. > Total tests: Unknown > Passed: 13 >...
> We do not pass these global properties to the evaluation where we get the RunCommand and RunArguments properties. We should do this (in RunCommand.GetTargetCommand) Can we spin this off...
This happened only once, so it could be just a one-off with the AOT build running against container limits.
> This is going to need [Xabaril/AspNetCore.Diagnostics.HealthChecks#2266](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/pull/2266). See [#5120 (comment)](https://github.com/dotnet/aspire/pull/5120#discussion_r1699200942). Now that the PR has merged, what do we need to bump to get the fix here?