This is an automated email from the ASF dual-hosted git repository. rkieley pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
commit 64eb830265c1f8782c22e437405b13446610f1dc Author: Roddie Kieley <[email protected]> AuthorDate: Fri Feb 21 22:26:47 2020 -0330 PROTON-2174: Increased TestHeartbeat timeout from 400ms to 1400ms. --- go/pkg/electron/electron_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/pkg/electron/electron_test.go b/go/pkg/electron/electron_test.go index e8f5e74..d76e10a 100644 --- a/go/pkg/electron/electron_test.go +++ b/go/pkg/electron/electron_test.go @@ -321,7 +321,7 @@ func TestHeartbeat(t *testing.T) { if amqp.ResourceLimitExceeded != p.client.Error().(amqp.Error).Name { t.Error("bad timeout error:", p.client.Error()) } - case <-time.After(400 * time.Millisecond): + case <-time.After(1400 * time.Millisecond): t.Error("connection failed to time out") } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
