core: update Notary test

Let's allow to wait a bit more. Hardware resources of the Github
workflow tests aren't so fluent.
This commit is contained in:
Anna Shaleva 2021-03-01 15:08:49 +03:00
parent 2c81fc8b8e
commit ffb2d78bbd

View file

@ -661,6 +661,6 @@ func TestNotary(t *testing.T) {
mtx.RLock()
defer mtx.RUnlock()
return completedTxes[requests[0].MainTransaction.Hash()] != nil
}, time.Second, time.Millisecond)
}, 2*time.Second, 10*time.Millisecond)
checkFallbackTxs(t, requests, false)
}