mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-20 15:50:31 +00:00
fix syncAny test (#8001)
Co-authored-by: Sam Kleinman <garen@tychoish.com>
This commit is contained in:
@@ -173,7 +173,7 @@ func TestSyncer_SyncAny(t *testing.T) {
|
||||
// beginning. We also wait for a little while, to exercise the retry logic in fetchChunks().
|
||||
connSnapshot.On("ApplySnapshotChunk", mock.Anything, abci.RequestApplySnapshotChunk{
|
||||
Index: 2, Chunk: []byte{1, 1, 2},
|
||||
}).Once().Run(func(args mock.Arguments) { time.Sleep(2 * time.Second) }).Return(
|
||||
}).Once().Run(func(args mock.Arguments) { time.Sleep(1 * time.Second) }).Return(
|
||||
&abci.ResponseApplySnapshotChunk{
|
||||
Result: abci.ResponseApplySnapshotChunk_RETRY_SNAPSHOT,
|
||||
RefetchChunks: []uint32{1},
|
||||
|
||||
Reference in New Issue
Block a user