reduce test retry budget

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2026-04-09 12:41:30 +02:00
parent e61598bd6f
commit f25fbe6922
No known key found for this signature in database

View file

@ -312,7 +312,7 @@ that they are returned by FINDNODE.`)
conn, l1 := s.listen1(t)
defer conn.close()
const maxAttempts = 45
const maxAttempts = 5
const retryInterval = 2 * time.Second
for attempt := 1; attempt <= maxAttempts; attempt++ {