diff --git a/p2p/discover/table.go b/p2p/discover/table.go
index 2c9cb80d5c14b4cb6ebc14246f50a7769d673bc5..5e6dd8d0d0d761891ee1950eeb9ab05b98049f1d 100644
--- a/p2p/discover/table.go
+++ b/p2p/discover/table.go
@@ -25,7 +25,7 @@ const (
 	hashBits   = len(common.Hash{}) * 8
 	nBuckets   = hashBits + 1 // Number of buckets
 
-	maxBondingPingPongs = 10
+	maxBondingPingPongs = 16
 )
 
 type Table struct {