Skip to content

Commit 53c5c6e

Browse files
committed
chore(ci): reduce timeout for QA workflow from 30 to 10 minutes
1 parent 2b6585e commit 53c5c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
qa:
2828
name: QA
2929
runs-on: namespace-profile-network-bootstrapper
30-
timeout-minutes: 30
30+
timeout-minutes: 10
3131
if: |
3232
github.event_name == 'push' ||
3333
(github.event_name == 'pull_request' && github.event.action != 'closed') ||

0 commit comments

Comments
 (0)