Skip to content

Commit

Permalink
BACKLOG-20402: Increase integration test timeouts on github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gflores-jahia committed Aug 1, 2023
1 parent 1fd2d6b commit 738afa7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
jahia_image: ["jahia/jahia-ee:8", "jahia/jahia-ee-dev:8-SNAPSHOT"]
timeout-minutes: 45
timeout-minutes: 120
steps:
- uses: jahia/jahia-modules-action/helper@v2
- uses: KengoTODA/actions-setup-docker-compose@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: Integration Tests (Standalone)
needs: build
runs-on: self-hosted
timeout-minutes: 60
timeout-minutes: 120
steps:
- uses: jahia/jahia-modules-action/helper@v2
- uses: KengoTODA/actions-setup-docker-compose@main
Expand Down
6 changes: 4 additions & 2 deletions tests/assets/provisioning.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
- addMavenRepository: 'https://store.jahia.com/nexus/content/repositories/jahia-public-app-store@id=JahiaStore'
- addMavenRepository: 'https://devtools.jahia.com/nexus/content/groups/public/@snapshots@noreleases@id=JahiaPublicSnapshots'

- uninstallBundle: "org.jahia.modules/content-editor/4.6.0.SNAPSHOT"

- installBundle:
- 'mvn:org.jahia.modules/press/3.1.0'
- 'mvn:org.jahia.modules/article/3.0.0'
Expand Down Expand Up @@ -37,3 +35,7 @@
site: "digitall"

- executeScript: "script-01-create-categories.groovy"

- uninstallBundle:
- "org.jahia.modules/content-editor/4.6.0.SNAPSHOT"
- "org.jahia.modules/jcontent/2.12.0.SNAPSHOT"

0 comments on commit 738afa7

Please sign in to comment.