Compare commits

..

2 Commits

Author SHA1 Message Date
bruno-valante
4f53573cf5
Merge 7caaa14b93 into f1a1c39332 2024-08-27 09:52:19 +08:00
Bo QIU
f1a1c39332
adjust sync timeout in py test (#171)
Some checks are pending
abi-consistent-check / build-and-compare (push) Waiting to run
code-coverage / unittest-cov (push) Waiting to run
rust / check (push) Waiting to run
rust / test (push) Waiting to run
rust / lints (push) Waiting to run
functional-test / test (push) Waiting to run
2024-08-27 09:52:00 +08:00

View File

@ -5,6 +5,16 @@ ZGS_CONFIG = {
"confirmation_block_count": 1,
"router": {
"private_ip_enabled": True,
},
"sync": {
"heartbeat_interval": "1s",
"peer_connect_timeout": "3s",
"peer_disconnect_timeout": "3s",
"peer_find_timeout": "3s",
"peer_chunks_download_timeout": "3s",
"auto_sync_idle_interval": "1s",
"sequential_find_peer_timeout": "10s",
"random_find_peer_timeout": "10s",
}
}