File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6464 id : start-rabbitmq
6565 run : ${{ github.workspace }}/.ci/ubuntu/cluster/gha-setup.sh
6666 - name : Test
67- timeout-minutes : 15
67+ timeout-minutes : 20
6868 run : dotnet test ${{ github.workspace }}/Build.csproj --no-restore --no-build --logger "console;verbosity=detailed"
6969 - name : Check for errors in RabbitMQ logs
7070 run : ${{ github.workspace}}/.ci/ubuntu/cluster/gha-logs.sh check
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public void ValidateAnnotations()
2121 {
2222 { wrongAnnotationKey , annotationValue }
2323 } ) ) ;
24-
24+
2525 const string correctAnnotationKey = "x-otp-annotation-key" ;
2626 // This should not throw an exception because the annotation key starts with "x-"
2727 Utils . ValidateMessageAnnotations ( new Dictionary < string , object >
You can’t perform that action at this time.
0 commit comments