mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-12 01:41:36 +00:00
reduce test retry budget
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
e61598bd6f
commit
f25fbe6922
1 changed files with 1 additions and 1 deletions
|
|
@ -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++ {
|
||||
|
|
|
|||
Loading…
Reference in a new issue