Skip to content

Commit

Permalink
add note about default value of SCOUTING_DELAY
Browse files Browse the repository at this point in the history
  • Loading branch information
takasehideki committed Feb 22, 2024
1 parent aaad576 commit 78ac00b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ SCOUTING_DELAY=30 mix test
```

This parameter is used to set the upper time limit for searching (scouting) for a communication peer node.
The default value (when undefined) is 200 ms.
IOW, if the test fails because the communication partner is not found within the set time, this value should be increased.

Finally, the default `mix test` only checks the communication of Zenoh nodes within the same session.
Expand Down

0 comments on commit 78ac00b

Please sign in to comment.