Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dnestoro committed Oct 23, 2023
1 parent 62726c1 commit 3b31ada
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-native-gradle-plugin.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
test-native-gradle-plugin:
name: "Sanity checks"
runs-on: "ubuntu-20.04"
timeout-minutes: 40
timeout-minutes: 50
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
functional-testing-gradle-plugin:
name: "🧪 Gradle: ${{ matrix.test }} on ${{ matrix.os }} with gradle version: ${{ matrix.gradle-version }}"
runs-on: ${{ matrix.os }}
timeout-minutes: 40
timeout-minutes: 60
needs: populate-matrix
strategy:
fail-fast: false
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
functional-testing-gradle-with-cache-version:
name: "🧪 Gradle: ${{ matrix.test }} on ${{ matrix.os }} with cache gradle version: ${{ matrix.gradle-config-cache-version }}"
runs-on: ${{ matrix.os }}
timeout-minutes: 40
timeout-minutes: 60
needs: populate-cache-matrix
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-native-maven-plugin.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
test-native-maven-plugin:
name: "🧪 Maven: ${{ matrix.test }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
timeout-minutes: 40
timeout-minutes: 60
needs: populate-matrix
strategy:
fail-fast: false
Expand Down

0 comments on commit 3b31ada

Please sign in to comment.