Skip to content

Commit

Permalink
chore(test): increase timeout for Compose tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thsig committed Aug 4, 2023
1 parent c5223b4 commit a97805f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docker-compose-plugin/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ You can also take advantage of Garden's variables and templating to provide envi

## Bringing together several Docker Compose projects

This is an advanced use-case supported by the plugin. Using the [`projects`](../reference/providers/docker-compose.md/#providersprojects) field on the `docker-compose` provider, you can specify several projects to be included in the Garden project (by default, Garden looks for a Docker Compose project in the same directory as the Garden project configuration).
This is an advanced use-case supported by the plugin. Using the [`projects`](../reference/providers/docker-compose.md#providersprojects) field on the `docker-compose` provider, you can specify several projects to be included in the Garden project (by default, Garden looks for a Docker Compose project in the same directory as the Garden project configuration).

This can be useful e.g. for end-to-end testing in CI where you want to tie together several Docker Compose projects for a more complete stack.

Expand Down
2 changes: 1 addition & 1 deletion plugins/docker-compose/.mocharc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
reporter: spec
spec: test/**/*.js
timeout: 50000
timeout: 100000
require:
- source-map-support/register
watch-files:
Expand Down

0 comments on commit a97805f

Please sign in to comment.