Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Oct 8, 2024
1 parent ff30e0e commit ea50e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
pip install -e py-server
timeout 3m flower-superlink --insecure &
sleep 10
timeout 2m build/flwr_client 0 127.0.0.1:9092 &
timeout 2m build/flower-supernode 0 127.0.0.1:9092 &
sleep 3
timeout 2m build/flwr_client 1 127.0.0.1:9092 &
timeout 2m build/flower-supernode 1 127.0.0.1:9092 &
sleep 3
flower-server-app py-server --insecure &
pid=$!
Expand Down

0 comments on commit ea50e62

Please sign in to comment.