mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-01-11 11:20:38 +00:00
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:
parent
2c81fc8b8e
commit
ffb2d78bbd
1 changed files with 1 additions and 1 deletions
|
@ -661,6 +661,6 @@ func TestNotary(t *testing.T) {
|
||||||
mtx.RLock()
|
mtx.RLock()
|
||||||
defer mtx.RUnlock()
|
defer mtx.RUnlock()
|
||||||
return completedTxes[requests[0].MainTransaction.Hash()] != nil
|
return completedTxes[requests[0].MainTransaction.Hash()] != nil
|
||||||
}, time.Second, time.Millisecond)
|
}, 2*time.Second, 10*time.Millisecond)
|
||||||
checkFallbackTxs(t, requests, false)
|
checkFallbackTxs(t, requests, false)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue