Increased time limit for cppcheck

merge-mining
SChernykh 2023-10-25 10:40:27 +02:00
parent ec35c74e5f
commit 963514667d
1 changed files with 2 additions and 7 deletions

View File

@ -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:
@ -60,7 +55,7 @@ jobs:
cppcheck-windows:
timeout-minutes: 50
timeout-minutes: 60
runs-on: windows-latest
steps: