Skip to content

Commit 2587bea

Browse files
committed
#RI-6349 - Fix mas build
1 parent 788c796 commit 2587bea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/e2e/docker.web.docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ services:
3030
E2E_CLOUD_API_SECRET_KEY: $E2E_CLOUD_API_SECRET_KEY
3131
REMOTE_FOLDER_PATH: "/root/remote"
3232
command: [
33-
'./wait-for-it.sh', 'redis-enterprise:12001', '-s', '-t', '120000',
34-
# '--',
35-
# 'npm', 'run', 'test:chrome:ci'
33+
'./wait-for-it.sh', 'redis-enterprise:12000', '-s', '-t', '120',
34+
'--',
35+
'npm', 'run', 'test:chrome:ci'
3636
]
3737

3838
# Built image

0 commit comments

Comments
 (0)