aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_timeouts.py
AgeCommit message (Expand)Author
2022-06-30test: passing a non-positive integer value to `-peertimeout` should throw an ...brunoerg
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-18test: fix intermittent timeouts in p2p_timeouts.pyMartin Zumsande
2021-12-13Use mockable time for peer connection timeMarcoFalke
2021-12-11test: fix test failures in test/functional/p2p_timeouts.pyJon Atack
2021-12-06p2p: Make timeout mockable and type safe, speed up testMarcoFalke
2021-01-28net: use peer=N instead of from=N in debug logAnthony Towns
2020-11-19p2p: Ignore non-version msgs before version msgMarcoFalke
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-31test: Wait for both veracks in add_p2p_connectionMarcoFalke
2018-12-21test: Avoid racy test p2p_timeoutsMarcoFalke
2018-11-28p2p: allow p2ptimeout to be configurable, speed up slow testZain Iqbal Allarakhia
2018-08-13tests: Use explicit importspracticalswift
2018-08-09Merge #13916: qa: wait_for_verack by defaultMarcoFalke
2018-08-08qa: wait_for_verack by defaultMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-25qa: Avoid start/stop of the network thread mid-testMarcoFalke
2018-06-22[qa] mininode: Expose connection state through is_connectedMarcoFalke
2018-03-19scripted-diff: rename TestNode to TestP2PConn in testsJohn Newbery
2018-01-25[tests] Rename p2p_* functional tests.Anthony Towns