Update ipld-eth-db image source and increase tx batch wait
This commit is contained in:
parent
86eee94f9b
commit
e8c1db69b4
@ -21,7 +21,7 @@ services:
|
|||||||
|
|
||||||
ipld-eth-db:
|
ipld-eth-db:
|
||||||
restart: always
|
restart: always
|
||||||
image: vulcanize/ipld-eth-db:v0.3.1
|
image: vulcanize/ipld-eth-db:v3.0.7
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: "vdbm"
|
POSTGRES_USER: "vdbm"
|
||||||
POSTGRES_DB: "vulcanize_testing"
|
POSTGRES_DB: "vulcanize_testing"
|
||||||
|
@ -176,7 +176,7 @@ var _ = Describe("eth state reading tests", func() {
|
|||||||
Expect(err).ToNot(HaveOccurred())
|
Expect(err).ToNot(HaveOccurred())
|
||||||
|
|
||||||
// wait for tx batch process to complete.
|
// wait for tx batch process to complete.
|
||||||
time.Sleep(600 * time.Millisecond)
|
time.Sleep(10000 * time.Millisecond)
|
||||||
err = tx.Submit(err)
|
err = tx.Submit(err)
|
||||||
Expect(err).ToNot(HaveOccurred())
|
Expect(err).ToNot(HaveOccurred())
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user