Skip to content

Commit

Permalink
set MIX_TEST_TIME timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cachen committed Jan 2, 2018
1 parent b730215 commit 06515b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/qa_automation/execute_test_run.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ use upload_system_log;
use base "opensusebasetest";

sub run {
my ($self, %args) = @_;
my $timeout = $args{timeout} || 180 * 60;
my $timeout = get_var("MAX_JOB_TIME") || 7200;
my $test = get_var("QA_TESTSUITE") . get_var("QA_VERSION");
my $run_log = "/tmp/$test-run.log";

Expand Down

0 comments on commit 06515b4

Please sign in to comment.