Update windows test timeout

This commit is contained in:
water111
2021-03-05 21:57:53 -05:00
committed by GitHub
parent b352dcefa9
commit e560b1cb55
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
# Set some sort of timeout in the event of run-away builds. We are limited on concurrent jobs so, get rid of them.
timeout-minutes: 10
timeout-minutes: 20
steps:
# NOTE - useful for debugging