We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafe471 commit 8d95705Copy full SHA for 8d95705
.github/workflows/test.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Run tests for ${{ matrix.service }}
59
run: |
60
set +e
61
- output=$(go test -skip "LogicalRouters|Test_objects_ApplicationsAPIService_List" ./generated/${{ matrix.service }}/... 2>&1)
+ output=$(go test -timeout 60m -parallel 10 -skip "Test_objects_ApplicationsAPIService_List" ./generated/${{ matrix.service }}/... 2>&1)
62
exit_code=$?
63
64
if [ $exit_code -ne 0 ]; then
0 commit comments