From a9084de75d08ff92a8cbecea64a9278a8d510533 Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Wed, 29 Jan 2025 21:16:20 +0100 Subject: [PATCH] increase go test timeout for slow ppc64el Bug-Debian: https://bugs.debian.org/1087611 Forwarded: no Last-Update: 2025-01-22 Multiply TestNoHangDuringStopFromClientNoDataSendDuringAcceptLoop timeout by the magnitude of 100x. Gbp-Pq: Name go_testing_timeout.patch --- lib/go/thrift/simple_server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/go/thrift/simple_server_test.go b/lib/go/thrift/simple_server_test.go index f3a59ee..b834456 100644 --- a/lib/go/thrift/simple_server_test.go +++ b/lib/go/thrift/simple_server_test.go @@ -205,7 +205,7 @@ func TestNoHangDuringStopFromClientNoDataSendDuringAcceptLoop(t *testing.T) { } time.Sleep(networkWaitDuration) - const serverStopTimeout = 50 * time.Millisecond + const serverStopTimeout = 5000 * time.Millisecond backupServerStopTimeout := ServerStopTimeout t.Cleanup(func() { ServerStopTimeout = backupServerStopTimeout -- 2.30.2