authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-01-17 17:21:03-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-01-17 17:21:22-07:00
log73827d2ea9a1275d2351b80fc357896793e7c9c6
tree4880a2db3a8981d248d9cadae1741056cab96d6f
parentbbab4bedac44f1177638421c311fc016432a13ee

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


1 files changed, 1 insertions(+), 0 deletions(-)

.github/workflows/ci.yaml+1
...@@ -10,6 +10,7 @@ concurrency:...@@ -10,6 +10,7 @@ concurrency:
10 cancel-in-progress: true10 cancel-in-progress: true
11jobs:11jobs:
12 x86_64-linux-debug:12 x86_64-linux-debug:
13 timeout-minutes: 420
13 runs-on: [self-hosted, Linux, x86_64]14 runs-on: [self-hosted, Linux, x86_64]
14 steps:15 steps:
15 - name: Checkout16 - name: Checkout