Skip to content

Commit 8d95705

Browse files
committed
Changes
1 parent aafe471 commit 8d95705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Run tests for ${{ matrix.service }}
5959
run: |
6060
set +e
61-
output=$(go test -skip "LogicalRouters|Test_objects_ApplicationsAPIService_List" ./generated/${{ matrix.service }}/... 2>&1)
61+
output=$(go test -timeout 60m -parallel 10 -skip "Test_objects_ApplicationsAPIService_List" ./generated/${{ matrix.service }}/... 2>&1)
6262
exit_code=$?
6363
6464
if [ $exit_code -ne 0 ]; then

0 commit comments

Comments
 (0)