ci: reduce false positives for slow runs of the gcc-windows job

This commit is contained in:
Delyan Angelov 2025-03-24 14:19:59 +02:00
parent fc6f6b2ca7
commit d6664fd75a
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -26,7 +26,7 @@ concurrency:
jobs:
gcc-windows:
runs-on: windows-2019
timeout-minutes: 60
timeout-minutes: 90
env:
VFLAGS: -cc gcc
steps: