core: update oracle test

It is failing from time to time.
This commit is contained in:
Anna Shaleva 2021-02-24 23:17:36 +03:00
parent fdcd8c2209
commit 81ea4bbfcf

View file

@ -280,7 +280,7 @@ func TestOracleFull(t *testing.T) {
putOracleRequest(t, cs.Hash, bc, "http://get.1234", new(string), "handle", []byte{}, 10_000_000)
require.Eventually(t, func() bool { return mp.Count() == 1 },
time.Second*2, time.Millisecond*200)
time.Second*3, time.Millisecond*200)
txes := mp.GetVerifiedTransactions()
require.Len(t, txes, 1)