From 875ff9de8bf2c998a7b078e19a91261d73e58e9d Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Fri, 1 May 2026 11:01:01 +0200 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 0fcb01b..3eb9849 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