test: extend time outs in flaky tests due to Travis CI instance speed variance

This commit is contained in:
Olaoluwa Osuntokun
2017-12-22 19:29:12 +01:00
parent 9777176d7d
commit b74b9fc16e
3 changed files with 9 additions and 9 deletions

View File

@@ -2242,7 +2242,7 @@ func TestChannelLinkUpdateCommitFee(t *testing.T) {
"network fee")
}
time.Sleep(time.Second * 1)
time.Sleep(time.Second * 2)
// At this point, Alice should've triggered a new fee update that
// increased the fee rate to match the new rate.