Skip to content

Commit

Permalink
Merge pull request #12847 from jlausuch/publiccloud_increase_timeout_…
Browse files Browse the repository at this point in the history
…upload_logs

PublicCloud: increase timeout for upload_logs
  • Loading branch information
asmorodskyi authored Jul 5, 2021
2 parents cda6f91 + f5c86ee commit 415efa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/publiccloud/instance_overview.pm
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ sub run {
}

assert_script_run("rpm -qa > /tmp/rpm.list.txt");
upload_logs('/tmp/rpm.list.txt');
upload_logs('/var/log/zypper.log');
upload_logs('/tmp/rpm.list.txt', timeout => 180, failok => 1);
upload_logs('/var/log/zypper.log', timeout => 180, failok => 1);

assert_script_run("SUSEConnect --status-text");
zypper_call("lr -d");
Expand Down

0 comments on commit 415efa5

Please sign in to comment.