File 1199-ssh-increase-timetrap-for-read_6GB.patch of Package erlang
From f6d16ee3828c43fe634e35f6adcf06e261fe7b35 Mon Sep 17 00:00:00 2001
From: Jakub Witczak <kuba@erlang.org>
Date: Thu, 30 Jan 2025 16:54:42 +0100
Subject: [PATCH 1/2] ssh: increase timetrap for read_6GB
---
lib/ssh/test/ssh_sftp_SUITE.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ssh/test/ssh_sftp_SUITE.erl b/lib/ssh/test/ssh_sftp_SUITE.erl
index 27857373ff..23c7a25819 100644
--- a/lib/ssh/test/ssh_sftp_SUITE.erl
+++ b/lib/ssh/test/ssh_sftp_SUITE.erl
@@ -714,7 +714,7 @@ position(Config) when is_list(Config) ->
{ok, "2"} = ssh_sftp:read(Sftp, Handle, 1).
read_6GB(Config) when is_list(Config) ->
- ct:timetrap(16*?default_timeout),
+ ct:timetrap(test_server:minutes(20)),
FileName = "/dev/zero",
SftpFileName = w2l(Config, FileName),
{SftpChannel, _ConnectionRef} = proplists:get_value(sftp, Config),
--
2.43.0