From c846c0e9eb01989ddea8dbef26e41b2c1fcbf6ca Mon Sep 17 00:00:00 2001 From: Chun-Hung Tseng Date: Wed, 15 May 2024 15:09:37 +0200 Subject: [PATCH] Rollback changes on PR17719 Reference: - https://github.com/etcd-io/etcd/pull/17719/files --- tests/framework/e2e/etcd_process.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/framework/e2e/etcd_process.go b/tests/framework/e2e/etcd_process.go index f9d2089a3e3b..b0848be92d67 100644 --- a/tests/framework/e2e/etcd_process.go +++ b/tests/framework/e2e/etcd_process.go @@ -397,7 +397,7 @@ func (f *BinaryFailpoints) DeactivateHTTP(ctx context.Context, failpoint string) } httpClient := http.Client{ // TODO: Decrease after deactivate is not blocked by sleep https://github.com/etcd-io/gofail/issues/64 - Timeout: 2 * time.Second, + Timeout: 1 * time.Second, } if f.clientTimeout != 0 { httpClient.Timeout = f.clientTimeout