Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #561 from ripienaar/560
Browse files Browse the repository at this point in the history
(#560) increase choria_util timeout due to slow facter
  • Loading branch information
ripienaar committed Dec 26, 2018
2 parents 3846823 + 7d37f0e commit d0f68db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/mcollective/agent/choria_util.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata :name => "choria_util",
:license => "Apache-2.0",
:version => "0.12.0",
:url => "https://choria.io",
:timeout => 5
:timeout => 20

requires :mcollective => "2.9.0"

Expand Down
4 changes: 2 additions & 2 deletions lib/mcollective/agent/choria_util.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "Apache-2.0",
"version": "0.12.0",
"url": "https://choria.io",
"timeout": 5
"timeout": 20
},
"actions": [
{
Expand Down Expand Up @@ -150,4 +150,4 @@
]
}
]
}
}

0 comments on commit d0f68db

Please sign in to comment.