Skip to content

Commit

Permalink
Merge branch 'cpp-better-comms' of https://github.com/adap/flower int…
Browse files Browse the repository at this point in the history
…o cpp-better-comms
  • Loading branch information
charlesbvll committed Mar 28, 2024
2 parents fce2fd4 + 09ffeb4 commit 32a7278
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,14 @@ jobs:
cmake -DUSE_LOCAL_FLWR=ON -S . -B build
cmake --build build
pip install ../..
timeout 2m python server.py &
pid=$!
timeout 3m flower-superlink --insecure &
sleep 3
timeout 2m build/flwr_client 0 127.0.0.1:9092 &
sleep 3
build/flwr_client 0 127.0.0.1:8080 &
timeout 2m build/flwr_client 1 127.0.0.1:9092 &
sleep 3
build/flwr_client 1 127.0.0.1:8080 &
flower-server-app server:app --insecure
pid=$!
wait $pid
res=$?
if [[ "$res" = "0" ]];
Expand Down

0 comments on commit 32a7278

Please sign in to comment.