Update ipld-eth-db image source and increase tx batch wait

This commit is contained in:
2022-04-19 14:01:25 +05:30
parent 86eee94f9b
commit e8c1db69b4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ var _ = Describe("eth state reading tests", func() {
Expect(err).ToNot(HaveOccurred())
// wait for tx batch process to complete.
time.Sleep(600 * time.Millisecond)
time.Sleep(10000 * time.Millisecond)
err = tx.Submit(err)
Expect(err).ToNot(HaveOccurred())
})