]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Revert "s4:torture: Increase multichannel timeout"
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 29 Nov 2023 22:57:08 +0000 (11:57 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 8 Dec 2023 02:28:33 +0000 (02:28 +0000)
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 <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/smb2/multichannel.c

index 71d863804b770d9e465750dd227cd16ec2b0b69d..6b6e00e7c1dec7db81dc790131774de68a0d3056 100644 (file)
@@ -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,