We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3bc46 commit 0a62181Copy full SHA for 0a62181
1 file changed
.github/workflows/ci.yml
@@ -689,7 +689,7 @@ jobs:
689
run: dotnet restore
690
691
- name: GCP Tests
692
- run: dotnet test ./tests/Paramore.Brighter.Gcp.Tests/Paramore.Brighter.Gcp.Tests.csproj --filter "Category!=Spanner&Fragile!=CI" --configuration Release --logger "console;verbosity=normal" --logger GitHubActions --blame-hang-timeout 1s --blame-hang-dump-type full --blame -v n
+ run: dotnet test ./tests/Paramore.Brighter.Gcp.Tests/Paramore.Brighter.Gcp.Tests.csproj --filter "Category!=Spanner&Fragile!=CI" --configuration Release --logger "console;verbosity=normal" --logger GitHubActions --blame-hang-timeout 5m --blame-hang-dump-type full --blame -v n
693
694
# TODO: Rafael Andrade is working on how to run RocketMQ on GHA
695
# rocketmq-ci:
0 commit comments