Lower timeout of integration test

This commit is contained in:
Eric Meyer 2017-10-25 09:02:12 -05:00
parent 4b63a55060
commit 3438c5f256

View File

@ -46,6 +46,6 @@ var _ = Describe("Reading from the Geth blockchain", func() {
Expect(firstBlock.Number.Add(firstBlock.Number, big.NewInt(1))).Should(Equal(secondBlock.Number))
close(done)
}, 30)
}, 10)
})