Skip to content

Commit

Permalink
More CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Feb 12, 2024
1 parent d28090f commit ec15b3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build-alpine-static:

timeout-minutes: 180
timeout-minutes: 240
runs-on: ubuntu-22.04

strategy:
Expand Down Expand Up @@ -597,7 +597,7 @@ jobs:

build-freebsd:

timeout-minutes: 180
timeout-minutes: 240
runs-on: ${{ matrix.os.host }}

strategy:
Expand Down Expand Up @@ -666,7 +666,7 @@ jobs:

build-openbsd:

timeout-minutes: 180
timeout-minutes: 240
runs-on: ${{ matrix.os.host }}

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
jobs:
analyze:
name: Analyze
timeout-minutes: 180
timeout-minutes: 240
runs-on: windows-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion external/src/grpc

0 comments on commit ec15b3b

Please sign in to comment.