Lower timeout of integration test
This commit is contained in:
parent
4b63a55060
commit
3438c5f256
@ -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)
|
||||
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user