aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2021-02-08 00:08:10 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2021-02-08 09:33:26 +0000
commit2cf348699c0bbb4ef94673b89c2e3fc162716ea6 (patch)
tree51d9ede670fa041813b88ab04eba43a5ad0ada3c /.github/workflows/main.yml
parentc9d622e878e9c4d2b35325223a919718f0ff0aac (diff)
GiHib actions: increase test timeout
Change-Id: I5f626276d20c9912bfc30ac7e392335479e057ce Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8f0790719..b35fe9db4 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
build-linux:
name: ${{ matrix.config.name }}
runs-on: ubuntu-latest
- timeout-minutes: 45
+ timeout-minutes: 60
strategy:
fail-fast: false
matrix:
@@ -54,7 +54,7 @@ jobs:
build-linux-extra:
name: ${{ matrix.config.name }}
runs-on: ubuntu-latest
- timeout-minutes: 45
+ timeout-minutes: 60
strategy:
fail-fast: false
matrix:
@@ -104,7 +104,7 @@ jobs:
build-macos:
name: Build on macOS
runs-on: macos-latest
- timeout-minutes: 45
+ timeout-minutes: 60
env:
BUILD_OPTIONS: |
modules.cpp.compilerWrapper:ccache
@@ -161,7 +161,7 @@ jobs:
build-windows:
name: Build on Windows
runs-on: windows-latest
- timeout-minutes: 45
+ timeout-minutes: 60
env:
BUILD_OPTIONS: |
modules.cpp.compilerWrapper:clcache
@@ -221,7 +221,7 @@ jobs:
test-linux:
name: ${{ matrix.config.name }}
runs-on: ubuntu-latest
- timeout-minutes: 45
+ timeout-minutes: 60
needs: build-linux
strategy:
fail-fast: false
@@ -278,7 +278,7 @@ jobs:
test-baremetal:
name: Run Baremetal tests
runs-on: ubuntu-latest
- timeout-minutes: 45
+ timeout-minutes: 60
needs: build-linux
env:
QBS_TEST_SOURCE_ROOT: 'tests'
@@ -309,7 +309,7 @@ jobs:
test-macos:
name: ${{ matrix.config.name }}
runs-on: macos-latest
- timeout-minutes: 45
+ timeout-minutes: 60
needs: build-macos
env:
QTEST_FUNCTION_TIMEOUT: 9000000
@@ -380,7 +380,7 @@ jobs:
test-windows:
name: ${{ matrix.config.name }}
runs-on: windows-latest
- timeout-minutes: 45
+ timeout-minutes: 60
needs: build-windows
strategy:
fail-fast: false