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.
This commit is contained in:
Dimitrios Siganos 2023-01-27 16:09:02 +00:00 committed by GitHub
commit dd1d45a297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: