Skip to content

Commit

Permalink
Increased time limit for cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Oct 25, 2023
1 parent ec35c74 commit 9635146
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,10 @@ on:
jobs:
cppcheck-ubuntu:

timeout-minutes: 50
timeout-minutes: 60
runs-on: ubuntu-latest

steps:
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y libuv1-dev libzmq3-dev libcurl4-openssl-dev
- name: Checkout repository
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -60,7 +55,7 @@ jobs:

cppcheck-windows:

timeout-minutes: 50
timeout-minutes: 60
runs-on: windows-latest

steps:
Expand Down

0 comments on commit 9635146

Please sign in to comment.