From 9d9e7226e981f64b05fd9a974f444f7b061f377a Mon Sep 17 00:00:00 2001 From: Ali Koyuncu Date: Tue, 5 Sep 2023 15:58:47 +0300 Subject: [PATCH] feat: increase codegen workflow job timeout Signed-off-by: Ali Koyuncu --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2d54803530..21e3970257 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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