Skip to content
Snippets Groups Projects
Commit 9ee478ec authored by Adam Knapp's avatar Adam Knapp
Browse files

Function tests timeout increased


Signed-off-by: default avatarAdam Knapp <knappadam5@gmail.com>
parent 32122e02
No related branches found
No related tags found
1 merge request!155Function tests timeout increased
...@@ -65,7 +65,7 @@ my @sa_tcList2Execute; ...@@ -65,7 +65,7 @@ my @sa_tcList2Execute;
# Store test case data # Store test case data
my @sa_TCInfo; my @sa_TCInfo;
# Timeout for system calls in seconds # 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 # Max time to wait for a license, in multiple of 10 minutes
my $max_cycles = 6; my $max_cycles = 6;
# Execution statistics # Execution statistics
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment