Skip to content

Commit

Permalink
fix service-per-pod test
Browse files Browse the repository at this point in the history
  • Loading branch information
hors committed Sep 4, 2024
1 parent 33038eb commit 8a1490b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/service-per-pod/run
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ check_cr_config() {
'use myApp\n db.test.insert({ x: 100500 })' \
"myApp:myPass@$URI" \
"mongodb" ":27017"
sleep 10
sleep 30
compare_mongo_cmd "find" "myApp:myPass@$(get_service_ip $cluster-0)" "" ":27017"
compare_mongo_cmd "find" "myApp:myPass@$(get_service_ip $cluster-1)" "" ":27017"
compare_mongo_cmd "find" "myApp:myPass@$(get_service_ip $cluster-2)" "" ":27017"
Expand Down

0 comments on commit 8a1490b

Please sign in to comment.