File tree Expand file tree Collapse file tree
src/Web/BookStore.Web.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 - name : Run web integration tests
5454 run : dotnet test --configuration Release --treenode-filter "/**[Category=Integration]"
5555 working-directory : src/Web/BookStore.Web.Tests
56+ timeout-minutes : 10
5657 # Integration tests run after unit tests pass
57- # Slower tests that require full application stack
58+ # Slower tests that require full application stack (Aspire startup takes time)
5859
5960 code-quality :
6061 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ namespace BookStore.Web.Tests;
44
55public class WebTests
66{
7- static readonly TimeSpan DefaultTimeout = TimeSpan . FromSeconds ( 30 ) ;
7+ static readonly TimeSpan DefaultTimeout = TimeSpan . FromMinutes ( 2 ) ; // Aspire startup can take time in CI
88
99 [ Test ]
1010 [ Category ( "Integration" ) ]
You can’t perform that action at this time.
0 commit comments