mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-23 13:41:37 +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()
|
||||
defer mtx.RUnlock()
|
||||
return completedTxes[requests[0].MainTransaction.Hash()] != nil
|
||||
}, time.Second, time.Millisecond)
|
||||
}, 2*time.Second, 10*time.Millisecond)
|
||||
checkFallbackTxs(t, requests, false)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue