We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c950be commit a1bb109Copy full SHA for a1bb109
tests/e2e/wait-for-it.sh
@@ -44,7 +44,7 @@ wait_for()
44
echoerr "$WAITFORIT_cmdname: $WAITFORIT_HOST:$WAITFORIT_PORT is available after $((WAITFORIT_end_ts - WAITFORIT_start_ts)) seconds"
45
break
46
fi
47
- sleep 30
+ sleep 10
48
done
49
return $WAITFORIT_result
50
}
0 commit comments