From dd1d45a2972cf4bc50fc4b5e277b59ead2d7393e Mon Sep 17 00:00:00 2001 From: Dimitrios Siganos Date: Fri, 27 Jan 2023 16:09:02 +0000 Subject: [PATCH] Increase the timeout of Windows unit test workflow (#4086) The windows workflow regurarly times-out. Windows seem to be slower than other O/Ses. Ideally, we would reduce the time it takes to build and test but for now I am simply increasing to 2 hours so that we start to get green ticks again. --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index fba25ffd..89583c76 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -71,7 +71,7 @@ jobs: windows_test: name: Windows Unit Tests [TEST_USE_ROCKSDB=${{ matrix.TEST_USE_ROCKSDB }}] - timeout-minutes: 90 + timeout-minutes: 120 strategy: fail-fast: false matrix: