diff --git a/.github/workflows/containers_ci.yml b/.github/workflows/containers_ci.yml index b30db78d809f4a..87874547d4e2d8 100644 --- a/.github/workflows/containers_ci.yml +++ b/.github/workflows/containers_ci.yml @@ -19,7 +19,7 @@ jobs: alpine-docker-musl-gcc: runs-on: ubuntu-20.04 if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' - timeout-minutes: 181 + timeout-minutes: 241 container: # Alpine docker pre-built container image: thevlang/vlang:alpine-build diff --git a/.github/workflows/other_ci.yml b/.github/workflows/other_ci.yml index 7be473fd8c8eea..9035b297daad1c 100644 --- a/.github/workflows/other_ci.yml +++ b/.github/workflows/other_ci.yml @@ -26,7 +26,7 @@ jobs: code-formatting: runs-on: ubuntu-20.04 if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' - timeout-minutes: 15 + timeout-minutes: 30 env: VFLAGS: -cc gcc steps: @@ -43,7 +43,7 @@ jobs: performance-regressions: runs-on: ubuntu-20.04 if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' - timeout-minutes: 15 + timeout-minutes: 30 env: VFLAGS: -cc gcc steps: diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 55a4cb8e571fef..a621795957f8a9 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -7,7 +7,7 @@ jobs: gcc: runs-on: windows-2019 if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' - timeout-minutes: 181 + timeout-minutes: 241 env: VFLAGS: -cc gcc VERBOSE_MAKE: 1 @@ -59,7 +59,7 @@ jobs: msvc: runs-on: windows-2019 if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' - timeout-minutes: 181 + timeout-minutes: 241 env: VFLAGS: -cc msvc VERBOSE_MAKE: 1 @@ -105,7 +105,7 @@ jobs: tcc: runs-on: windows-2019 if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' - timeout-minutes: 121 + timeout-minutes: 181 env: VFLAGS: -cc tcc -no-retry-compilation VJOBS: 1