From 68f2cae354c5ebea13c2c4628fb012ad756fd6c9 Mon Sep 17 00:00:00 2001 From: Thanos Makatos Date: Thu, 11 Nov 2021 09:24:51 +0000 Subject: enable options in Valgrind that improve tracking uninit values (#617) These extra options make tracking uninitilized values easier. They make Valgrind run slower so we need to increase the timeouts in the CI. Signed-off-by: Thanos Makatos Reviewed-by: John Levon --- .github/workflows/pull_request.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b7ed789..26ec8f6 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -2,7 +2,7 @@ name: pull_request on: pull_request jobs: ubuntu-20: - timeout-minutes: 5 + timeout-minutes: 10 runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -13,7 +13,7 @@ jobs: python3-pytest debianutils flake8 make pre-push VERBOSE=1 ubuntu-18: - timeout-minutes: 5 + timeout-minutes: 10 runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 @@ -25,7 +25,7 @@ jobs: python3-pytest debianutils make pre-push VERBOSE=1 centos-7: - timeout-minutes: 5 + timeout-minutes: 10 runs-on: ubuntu-latest container: centos:7 steps: @@ -38,7 +38,7 @@ jobs: openssl-devel valgrind python36-pytest which make pre-push VERBOSE=1 fedora-34: - timeout-minutes: 5 + timeout-minutes: 10 runs-on: ubuntu-latest container: fedora steps: -- cgit v1.1