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:
parent
4dad02d264
commit
dd1d45a297
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue