Skip to content

Commit

Permalink
remove docker compose project name and increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeket committed Jul 18, 2024
1 parent fcda510 commit 02c3f71
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: hytky-dev
services:
dev:
platform: "linux/amd64"
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.prod.from-registry.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: hytky-prod
services:
nginx:
image: nginx:mainline-alpine
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.prod.tls-registry.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: hytky-prod
services:
nginx:
image: jonasal/nginx-certbot:4.2.1-nginx1.23.4-alpine
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: hytky-prod
services:
nginx:
image: nginx:mainline-alpine
Expand Down
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default defineConfig({
// use: { ...devices['Desktop Chrome'], channel: 'chrome' },
// },
],

timeout: 60 * 10000, // 60 seconds for each test
/* Run your local dev server before starting the tests */
webServer: {
command: 'make dev',
Expand Down

0 comments on commit 02c3f71

Please sign in to comment.