Updated orderednavigablemap tests

This commit is contained in:
Trial97
2021-01-13 10:38:42 +02:00
committed by Dan Christian Bogos
parent b6a2434969
commit d2fdb60482
3 changed files with 22 additions and 9 deletions

View File

@@ -86,7 +86,7 @@ func TestNewServerCodec(t *testing.T) {
if err = codec.Close(); err != nil {
t.Fatal(err)
}
time.Sleep(100 * time.Millisecond)
time.Sleep(200 * time.Millisecond)
runtime.Gosched()
if cnt, err := anz.db.DocCount(); err != nil {
t.Fatal(err)