update comments

This commit is contained in:
Ethan Buchman
2018-05-20 16:44:08 -04:00
parent 082a02e6d1
commit ee4eb59355
2 changed files with 10 additions and 13 deletions

View File

@ -31,7 +31,7 @@ func TestNodeStartStop(t *testing.T) {
assert.NoError(t, err)
select {
case <-blockCh:
case <-time.After(5 * time.Second):
case <-time.After(10 * time.Second):
t.Fatal("timed out waiting for the node to produce a block")
}