Skip to content

Commit

Permalink
feat: increase codegen workflow job timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kync committed Sep 5, 2023
1 parent 2cc3564 commit 666cbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
codegen:
name: Codegen
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 7
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 666cbbd

Please sign in to comment.