Skip to content
Snippets Groups Projects
Unverified Commit b59388c7 authored by Jeno Attila Balasko's avatar Jeno Attila Balasko Committed by GitHub
Browse files

Merge pull request #155 from ppank5/master

Function tests timeout increased
parents 32122e02 9ee478ec
No related branches found
No related tags found
No related merge requests found
...@@ -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