Skip to content

Commit

Permalink
test: increase docker wait-for-it timeout time
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Aug 26, 2022
1 parent 9a60707 commit 170f2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
@@ -1,3 +1,3 @@
#!/bin/bash

/wait-for-it.sh mysql_legacy:3306 && /wait-for-it.sh mysql_replica_1:3306 && /wait-for-it.sh mysql_replica_2:3306 && /wait-for-it.sh mysql:3306 && /wait-for-it.sh pg:5432 && /wait-for-it.sh microsoftsql:1433 && npm run test:docker
/wait-for-it.sh -t 30 mysql_legacy:3306 && /wait-for-it.sh -t 30 mysql_replica_1:3306 && /wait-for-it.sh -t 30 mysql_replica_2:3306 && /wait-for-it.sh -t 30 mysql:3306 && /wait-for-it.sh -t 30 pg:5432 && /wait-for-it.sh -t 30 microsoftsql:1433 && npm run test:docker

0 comments on commit 170f2a8

Please sign in to comment.