Skip to content

Commit

Permalink
fix address
Browse files Browse the repository at this point in the history
  • Loading branch information
panh99 committed Feb 5, 2025
1 parent 3312b39 commit 76ef484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/test_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ echo -e $"\n[tool.flwr.federations.e2e]\naddress = \"127.0.0.1:9093\"\ninsecure
flower-superlink --insecure 2>&1 | tee flwr_output.log &
sleep 2

flower-supernode --insecure \
flower-supernode --insecure --superlink 127.0.0.1:9092 \
--clientappio-api-address localhost:9094 \
--node-config "partition-id=0 num-partitions=2" --max-retries 0 &
cl1_pid=$!
sleep 2

flower-supernode --insecure \
flower-supernode --insecure --superlink 127.0.0.1:9092 \
--clientappio-api-address localhost:9095 \
--node-config "partition-id=1 num-partitions=2" --max-retries 0 &
sleep 2
Expand Down

0 comments on commit 76ef484

Please sign in to comment.