This commit is contained in:
Sina Mahmoodi 2023-10-18 17:39:34 +02:00
parent 1f6b8cd610
commit f610a12353

View file

@ -941,7 +941,7 @@ func TestPendingTxFilterDeadlock(t *testing.T) {
select { select {
case <-sub.Err(): case <-sub.Err():
case <-time.After(1 * time.Second): case <-time.After(1 * time.Second):
t.Fatalf("Filter %s should have been uninstalled\n", sub.ID) t.Fatalf("Filter timeout is hanging")
} }
} }
} }