[client] Increase stun status probe timeout (#3930)

This commit is contained in:
Viktor Liu
2025-06-05 15:22:59 +02:00
committed by GitHub
parent 122a89c02b
commit 64f111923e
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ func ProbeAll(
var wg sync.WaitGroup
for i, uri := range relays {
ctx, cancel := context.WithTimeout(ctx, 2*time.Second)
ctx, cancel := context.WithTimeout(ctx, 6*time.Second)
defer cancel()
wg.Add(1)