From decade777f74b2f2188db2d662e7e7a65ec0154b Mon Sep 17 00:00:00 2001 From: balaskoa <Jeno.Balasko@ericsson.com> Date: Mon, 31 Aug 2020 16:51:18 +0200 Subject: [PATCH] Increased timeout in small function test pieces Signed-off-by: balaskoa <Jeno.Balasko@ericsson.com> Change-Id: I961e5fda9ba1f84e3a0861b00152b77b0d47db13 --- function_test/Tools/SAtester.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function_test/Tools/SAtester.pl b/function_test/Tools/SAtester.pl index 6020d0735..1f565b68a 100755 --- a/function_test/Tools/SAtester.pl +++ b/function_test/Tools/SAtester.pl @@ -65,7 +65,7 @@ my @sa_tcList2Execute; # Store test case data my @sa_TCInfo; # Timeout for system calls in seconds -my $sa_timeout = 30; +my $sa_timeout = 40; # Max time to wait for a license, in multiple of 10 minutes my $max_cycles = 6; # Execution statistics -- GitLab