Skip to content
Snippets Groups Projects
Commit decade77 authored by balaskoa's avatar balaskoa
Browse files

Increased timeout in small function test pieces


Signed-off-by: default avatarbalaskoa <Jeno.Balasko@ericsson.com>
Change-Id: I961e5fda9ba1f84e3a0861b00152b77b0d47db13
parent 92ab9157
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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