From 1edf3eb2c8af6054f79e79f1f202be24b489c559 Mon Sep 17 00:00:00 2001 From: Dmitry Rodionov Date: Mon, 1 Aug 2022 15:53:03 +0300 Subject: [PATCH] increase timeout so mac os job can finish the build with all cache misses --- .github/workflows/codestyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 3acbeae9c2..aa37167a19 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -27,7 +27,7 @@ jobs: # Rust toolchains (e.g. nightly or 1.37.0), add them here. rust_toolchain: [1.58] os: [ubuntu-latest, macos-latest] - timeout-minutes: 50 + timeout-minutes: 60 name: run regression test suite runs-on: ${{ matrix.os }}