Skip to content

Commit

Permalink
Merge pull request quarkusio#10090 from gsmet/higher-timeouts-all-around
Browse files Browse the repository at this point in the history
Set up higher timeouts for most CI jobs
  • Loading branch information
gsmet authored Jun 18, 2020
2 parents fd3ae46 + 1dcf15b commit 56eb237
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
name: JDK ${{matrix.java.name}} JVM Tests
runs-on: ubuntu-latest
needs: build-jdk11
timeout-minutes: 130
timeout-minutes: 180
env:
MAVEN_OPTS: -Xmx2048m
strategy:
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
name: Windows JDK 11 JVM Tests
needs: build-jdk11
runs-on: windows-latest
timeout-minutes: 150
timeout-minutes: 180
env:
MAVEN_OPTS: -Xmx1408m

Expand Down Expand Up @@ -398,12 +398,12 @@ jobs:
include:
- category: Main
postgres: "true"
timeout: 30
timeout: 40
test-modules: main
- category: Data1
mariadb: "true"
mssql: "true"
timeout: 55
timeout: 65
test-modules: >
jpa-h2
jpa-mariadb
Expand All @@ -416,7 +416,7 @@ jobs:
mysql: "true"
postgres: "true"
mariadb: "true"
timeout: 55
timeout: 65
test-modules: >
jpa
jpa-postgresql
Expand All @@ -427,23 +427,23 @@ jobs:
hibernate-reactive-mysql
- category: Data3
postgres: "true"
timeout: 60
timeout: 70
test-modules: >
flyway
hibernate-orm-panache
hibernate-orm-panache-kotlin
liquibase
- category: Data4
neo4j: "true"
timeout: 40
timeout: 50
test-modules: >
mongodb-client
mongodb-panache
neo4j
hibernate-orm-rest-data-panache
- category: Data5
postgres: "true"
timeout: 45
timeout: 55
test-modules: >
hibernate-search-elasticsearch
narayana-stm
Expand All @@ -452,21 +452,21 @@ jobs:
hibernate-reactive
- category: Amazon
amazonServices: "true"
timeout: 35
timeout: 45
test-modules: >
amazon-services
amazon-lambda
amazon-lambda-http
- category: Messaging
timeout: 65
timeout: 75
test-modules: >
artemis-core
artemis-jms
kafka
kafka-streams
reactive-messaging-amqp
- category: Security1
timeout: 40
timeout: 50
keycloak: "true"
test-modules: >
elytron-security-oauth2
Expand All @@ -475,7 +475,7 @@ jobs:
elytron-undertow
elytron-security-ldap
- category: Security2
timeout: 60
timeout: 70
keycloak: "true"
test-modules: >
elytron-resteasy
Expand All @@ -484,20 +484,20 @@ jobs:
oidc-tenancy
keycloak-authorization
- category: Security3
timeout: 40
timeout: 50
test-modules: >
vault
vault-app
vault-agroal
- category: Cache
timeout: 45
timeout: 55
test-modules: >
infinispan-cache-jpa
infinispan-client
infinispan-embedded
cache
- category: HTTP
timeout: 45
timeout: 55
test-modules: >
resteasy-jackson
resteasy-mutiny
Expand All @@ -507,7 +507,7 @@ jobs:
virtual-http
rest-client
- category: Misc1
timeout: 50
timeout: 60
test-modules: >
maven
jackson
Expand All @@ -518,7 +518,7 @@ jobs:
qute
consul-config
- category: Misc2
timeout: 45
timeout: 55
test-modules: >
tika
hibernate-validator
Expand All @@ -527,25 +527,25 @@ jobs:
bootstrap-config
# kubernetes-client alone takes 30mn+
- category: Misc3
timeout: 50
timeout: 60
test-modules: >
kubernetes-client
- category: Misc4
timeout: 20
timeout: 30
test-modules: >
smallrye-graphql
picocli-native
gradle
- category: Spring
timeout: 40
timeout: 50
test-modules: >
spring-di
spring-web
spring-data-jpa
spring-boot-properties
spring-cloud-config-client
- category: gRPC
timeout: 55
timeout: 65
test-modules: >
grpc-health
grpc-interceptors
Expand Down

0 comments on commit 56eb237

Please sign in to comment.