-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix libp2p transport parameters For some reason, if a node keeps retrying to connect to another node too eagerly, the connection never succeeds. Increasing the retry period from 1 to 3 seconds solves the issue. * Prolong tests for Trantor with libp2p transport * Fix cleaning up after Trantor tests, add skipping * Use constant for sim transport (for linting) Signed-off-by: Matej Pavlovic <[email protected]>
- Loading branch information
1 parent
6a2a42c
commit d45c300
Showing
3 changed files
with
67 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters