From 9ee478ece22c4e769f17ef6b8ee762a0d9f66942 Mon Sep 17 00:00:00 2001 From: Adam Knapp <knappadam5@gmail.com> Date: Tue, 15 Dec 2020 10:00:23 +0100 Subject: [PATCH] Function tests timeout increased Signed-off-by: Adam Knapp <knappadam5@gmail.com> --- 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 1f565b68a..146bf47d6 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 = 40; +my $sa_timeout = 60; # Max time to wait for a license, in multiple of 10 minutes my $max_cycles = 6; # Execution statistics -- GitLab