Skip to content
Snippets Groups Projects
Verified Commit 8e78d5b0 authored by Vincent Sellier's avatar Vincent Sellier
Browse files

Increase the deposit end-to-end monitoring timeouts

The last increase was not sufficient, let's go one step further

Related to T2976
parent 6702a957
No related branches found
No related tags found
1 merge request!299Increase the deposit end-to-end monitoring timeouts
......@@ -23,7 +23,7 @@ class profile::icinga2::objects::e2e_checks {
import => ['plugin-check-command'],
command => [
'/usr/bin/swh', 'icinga_plugins',
'-w', '400',
'-w', '600',
'check-deposit',
'--server', $deposit_server,
'--username', $deposit_user,
......@@ -36,7 +36,7 @@ class profile::icinga2::objects::e2e_checks {
],
# XXX: Should probably be split into usual commands with arguments
# arguments => ...
timeout => 600,
timeout => 900,
target => $checks_file,
require => Package[$packages]
}
......
  • Phabricator Migration user @phabricator-migration ·
    Owner

    Some references in the commit message have been migrated:

    • T2976 is now infra/sysadm-environment#2976
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