Skip to content

Commit

Permalink
feat: increase codegen workflow job timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Koyuncu <cs.alikoyuncu@gmail.com>
  • Loading branch information
kync committed Sep 5, 2023
1 parent 1f01bd3 commit 9d9e722
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 9d9e722

Please sign in to comment.