Description
There are a number of places where time.Sleep is used in itests:
lightning-terminal/accounts/store_test.go
Line 125 in 66b0f15
lightning-terminal/itest/assets_test.go
Line 2017 in 66b0f15
lightning-terminal/itest/litd_accounts_test.go
Lines 442 to 446 in 66b0f15
lightning-terminal/itest/litd_custom_channels_test.go
Lines 239 to 242 in 66b0f15
lightning-terminal/itest/test_harness.go
Line 204 in 66b0f15
These sleeps should be removed and replaced with a more deterministic approach. This will increase the speed of testing, the results will be more predictable and not dependent on the loading of the machine running the tests.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status