We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7387b2b + fdb0f59 commit 2d56127Copy full SHA for 2d56127
tasks/util/container_commands.js
@@ -8,7 +8,7 @@ var containerCommands = {
8
9
containerCommands.ping = [
10
'wget',
11
- '--server-response --spider --tries=10 --retry-connrefused',
+ '--server-response --spider --tries=20 --retry-connrefused',
12
constants.testContainerUrl + 'ping'
13
].join(' ');
14
0 commit comments