We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33038eb commit 8a1490bCopy full SHA for 8a1490b
e2e-tests/service-per-pod/run
@@ -35,7 +35,7 @@ check_cr_config() {
35
'use myApp\n db.test.insert({ x: 100500 })' \
36
"myApp:myPass@$URI" \
37
"mongodb" ":27017"
38
- sleep 10
+ sleep 30
39
compare_mongo_cmd "find" "myApp:myPass@$(get_service_ip $cluster-0)" "" ":27017"
40
compare_mongo_cmd "find" "myApp:myPass@$(get_service_ip $cluster-1)" "" ":27017"
41
compare_mongo_cmd "find" "myApp:myPass@$(get_service_ip $cluster-2)" "" ":27017"
0 commit comments