CI: give x86_64-linux-release a little more time

When the CPU cores are pegged, the thermal throttling kicks in and makes
jobs take significantly longer.
This commit is contained in:
Andrew Kelley 2023-01-27 14:53:17 -07:00
parent 97b1a9bb6b
commit f68d3c63df

View File

@ -18,6 +18,7 @@ jobs:
- name: Build and Test
run: sh ci/x86_64-linux-debug.sh
x86_64-linux-release:
timeout-minutes: 420
runs-on: [self-hosted, Linux, x86_64]
steps:
- name: Checkout