From 11a7899690bf11f8d18db975acf90a50435b2339 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 17 Jul 2021 23:49:58 +0300 Subject: [PATCH] ci: bump timeout-minutes to 60 --- .github/workflows/ci.yml | 30 +++++++++++++++--------------- .github/workflows/debug_ci.yml | 2 +- .github/workflows/vab_ci.yml | 2 +- .github/workflows/websockets.yml | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b3ebed552..4939534cea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: ubuntu-tcc: runs-on: ubuntu-20.04 - timeout-minutes: 45 + timeout-minutes: 60 env: VFLAGS: -cc tcc -no-retry-compilation steps: @@ -105,7 +105,7 @@ jobs: ubuntu-tcc-boehm-gc: runs-on: ubuntu-20.04 - timeout-minutes: 45 + timeout-minutes: 60 env: VFLAGS: -cc tcc -no-retry-compilation steps: @@ -159,7 +159,7 @@ jobs: misc-tooling: runs-on: ubuntu-20.04 - timeout-minutes: 45 + timeout-minutes: 60 env: VFLAGS: -cc tcc -no-retry-compilation steps: @@ -230,7 +230,7 @@ jobs: alpine-docker-musl-gcc: name: alpine-musl runs-on: ubuntu-20.04 - timeout-minutes: 45 + timeout-minutes: 60 container: # Alpine docker pre-built container image: thevlang/vlang:alpine-build @@ -258,7 +258,7 @@ jobs: macos: runs-on: macOS-latest - timeout-minutes: 45 + timeout-minutes: 60 env: VFLAGS: -cc clang steps: @@ -346,7 +346,7 @@ jobs: ubuntu: runs-on: ubuntu-20.04 - timeout-minutes: 45 + timeout-minutes: 60 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 @@ -441,7 +441,7 @@ jobs: ubuntu-clang: runs-on: ubuntu-20.04 - timeout-minutes: 45 + timeout-minutes: 60 env: VFLAGS: -cc clang steps: @@ -523,7 +523,7 @@ jobs: # ubuntu-autofree-selfcompile: # runs-on: ubuntu-20.04 - # timeout-minutes: 45 + # timeout-minutes: 60 # env: # VFLAGS: -cc gcc # steps: @@ -537,7 +537,7 @@ jobs: ubuntu-musl: name: ubuntu-musl runs-on: ubuntu-20.04 - timeout-minutes: 45 + timeout-minutes: 60 container: image: thevlang/vlang:ubuntu-build env: @@ -563,7 +563,7 @@ jobs: # ubuntu-musl: # runs-on: ubuntu-20.04 - # timeout-minutes: 45 + # timeout-minutes: 60 # env: # VFLAGS: -cc musl-gcc # V_CI_MUSL: 1 @@ -588,7 +588,7 @@ jobs: windows-gcc: runs-on: windows-2019 - timeout-minutes: 45 + timeout-minutes: 60 env: VFLAGS: -cc gcc steps: @@ -630,7 +630,7 @@ jobs: windows-msvc: runs-on: windows-2019 - timeout-minutes: 45 + timeout-minutes: 60 env: VFLAGS: -cc msvc steps: @@ -673,7 +673,7 @@ jobs: windows-tcc: runs-on: windows-2019 - timeout-minutes: 45 + timeout-minutes: 60 env: VFLAGS: -cc tcc -no-retry-compilation VJOBS: 1 @@ -761,7 +761,7 @@ jobs: parser-silent: name: Parser silent mode runs-on: ubuntu-20.04 - timeout-minutes: 45 + timeout-minutes: 60 steps: - uses: actions/checkout@v2 - name: Install zzuf @@ -799,7 +799,7 @@ jobs: v-apps-compile: runs-on: ubuntu-20.04 - timeout-minutes: 45 + timeout-minutes: 60 steps: - uses: actions/checkout@v2 - name: Build V diff --git a/.github/workflows/debug_ci.yml b/.github/workflows/debug_ci.yml index 2f9fdb8c83..39a8262d44 100644 --- a/.github/workflows/debug_ci.yml +++ b/.github/workflows/debug_ci.yml @@ -6,7 +6,7 @@ jobs: debug-msvc: runs-on: windows-2019 - timeout-minutes: 45 + timeout-minutes: 60 env: VFLAGS: -cc msvc steps: diff --git a/.github/workflows/vab_ci.yml b/.github/workflows/vab_ci.yml index 9466fc8aa7..7ad8584e00 100644 --- a/.github/workflows/vab_ci.yml +++ b/.github/workflows/vab_ci.yml @@ -11,7 +11,7 @@ on: jobs: vab-compiles-v-examples: runs-on: ubuntu-20.04 - timeout-minutes: 45 + timeout-minutes: 60 steps: - uses: actions/setup-java@v2 with: diff --git a/.github/workflows/websockets.yml b/.github/workflows/websockets.yml index 410c1327b3..f40a58a091 100644 --- a/.github/workflows/websockets.yml +++ b/.github/workflows/websockets.yml @@ -11,7 +11,7 @@ on: jobs: websocket_tests: runs-on: ubuntu-20.04 - timeout-minutes: 45 + timeout-minutes: 60 env: VFLAGS: -cc tcc -no-retry-compilation steps: