core: update oracle test
It is failing from time to time.
This commit is contained in:
parent
fdcd8c2209
commit
81ea4bbfcf
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue