ci: bump timeout-minutes to 30 for 'Bootstraping works' job

pull/13636/head
Delyan Angelov 2022-03-02 19:51:40 +02:00
parent 36e80266e6
commit 57c6454656
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ on:
jobs:
ubuntu:
runs-on: ubuntu-20.04
timeout-minutes: 15
timeout-minutes: 30
env:
VFLAGS: -cc tcc -no-retry-compilation
B_CFLAGS: -g -std=gnu11 -I ./thirdparty/stdatomic/nix -w
@ -49,7 +49,7 @@ jobs:
macos:
runs-on: macos-11
timeout-minutes: 15
timeout-minutes: 30
env:
VFLAGS: -cc clang
B_CFLAGS: -g -std=gnu11 -I ./thirdparty/stdatomic/nix -w