lnd.xprv/lntest/wait
Oliver Gugger 3823315820
lntest: go easy on goroutines when polling
In high CPU usage scenarios such as our parallel itests, it seems that
some goroutines just don't get any CPU time before our test timeouts
expire. By polling 10 times less frequently, we hope to reduce the
overall number of goroutines that are spawned because of the RPC
requests within the polling code.
2020-12-08 21:37:11 +01:00
..
wait.go lntest: go easy on goroutines when polling 2020-12-08 21:37:11 +01:00