Temporarily increase CI timeout.
This commit is contained in:
parent
87de146038
commit
d2562cde1c
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ trap cleanup EXIT
|
||||||
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
|
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
|
||||||
timeout=60
|
timeout=60
|
||||||
else
|
else
|
||||||
timeout=45
|
timeout=50
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ansible-test env --dump --show --timeout "${timeout}" --color -v
|
ansible-test env --dump --show --timeout "${timeout}" --color -v
|
||||||
|
|
Loading…
Reference in a new issue