]> Cypherpunks repositories - gostls13.git/commit
net: remove max timeout from TestDialTimeout
authorIan Lance Taylor <iant@golang.org>
Wed, 15 Mar 2023 05:15:21 +0000 (22:15 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 15 Mar 2023 16:19:26 +0000 (16:19 +0000)
commitfbe313664664477616bb170903728be74a5f5963
tree2435ce0a3ecf3d269d8da19a4235994edda878eb
parent2e51f6f25cfc37f1e1d6fd3a90f0570979939a21
net: remove max timeout from TestDialTimeout

Just rely on the testsuite timeout. If this hangs we will hopefully
get some real information.

Fixes #57475

Change-Id: I18dc5cae54ad5d2d8cc472056b8a3b4d5455c8b7
Reviewed-on: https://go-review.googlesource.com/c/go/+/476356
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/net/timeout_test.go