Skip to content

Commit 34ac571

Browse files
committed
#RI-6325 - Fix e2e tests for SSH
1 parent e55d709 commit 34ac571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ 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:12000', '-s', '-t', '120',
33+
'./wait-for-it.sh', 'redis-enterprise:12001', '-s', '-t', '120000',
3434
# '--',
3535
# 'npm', 'run', 'test:chrome:ci'
3636
]

0 commit comments

Comments
 (0)