You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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/litd_custom_channels_test.go
Line 1385 in 66b0f15
lightning-terminal/itest/litd_custom_channels_test.go
Line 1411 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.
The text was updated successfully, but these errors were encountered: