Skip to content

Commit

Permalink
Reduce flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
makotom committed May 10, 2022
1 parent cfb2488 commit 67de7a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,9 @@ jobs:
command: bin/iperf3 -s
working_directory: << parameters.artefact-identifier >>
background: true
- run:
name: Pause for a while for the server process to be up and running
command: exit
- run:
name: Run as a client
command: bin/iperf3 -c localhost -R
Expand Down

0 comments on commit 67de7a0

Please sign in to comment.