Skip to content

Commit 0a62181

Browse files
committed
change the timeout blame
1 parent 1d3bc46 commit 0a62181

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ jobs:
689689
run: dotnet restore
690690

691691
- 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
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 5m --blame-hang-dump-type full --blame -v n
693693

694694
# TODO: Rafael Andrade is working on how to run RocketMQ on GHA
695695
# rocketmq-ci:

0 commit comments

Comments
 (0)