From: Joseph Sutton Date: Wed, 29 Nov 2023 22:57:08 +0000 (+1300) Subject: Revert "s4:torture: Increase multichannel timeout" X-Git-Tag: talloc-2.4.2~376 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c4ee07ea2eaa5b5d307b467f5b829547f5a3da8;p=thirdparty%2Fsamba.git Revert "s4:torture: Increase multichannel timeout" This reverts commit c6d0df787a1f6007e1f4594f68ff1f75a46bd293. Said commit did not help with GitLab CI timeouts, but just made the CI pipeline take longer when the test did time out. Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/torture/smb2/multichannel.c b/source4/torture/smb2/multichannel.c index 71d863804b7..6b6e00e7c1d 100644 --- a/source4/torture/smb2/multichannel.c +++ b/source4/torture/smb2/multichannel.c @@ -2412,7 +2412,7 @@ static void test_multichannel_bug_15346_ndone(struct tevent_req *subreq) conn->ereq = smb2cli_echo_send(conn->smbXcli, tctx->ev, conn->smbXcli, - state->num_conns * 3 * 1000); + state->num_conns * 2 * 1000); torture_assert_goto(tctx, conn->ereq != NULL, ok, asserted, "smb2cli_echo_send"); tevent_req_set_callback(conn->ereq,