Nir Soffer has uploaded a new change for review. Change subject: automation: Increase timeout for make check ......................................................................
automation: Increase timeout for make check CI slaves are sometimes very slow. Increase the timeout to 600 seconds to make it less likely to time out. Change-Id: I8d1ec1f001f0c6336f4bf733815012a1d3e3debc Signed-off-by: Nir Soffer <[email protected]> --- M automation/check-patch.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/51/60051/1 diff --git a/automation/check-patch.sh b/automation/check-patch.sh index 8ea34b4..5f37792 100755 --- a/automation/check-patch.sh +++ b/automation/check-patch.sh @@ -11,7 +11,7 @@ debuginfo-install -y python -make check NOSE_WITH_COVERAGE=1 NOSE_COVER_PACKAGE="$PWD/vdsm,$PWD/lib" +TIMEOUT=600 make check NOSE_WITH_COVERAGE=1 NOSE_COVER_PACKAGE="$PWD/vdsm,$PWD/lib" # enable complex globs shopt -s extglob -- To view, visit https://gerrit.ovirt.org/60051 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8d1ec1f001f0c6336f4bf733815012a1d3e3debc Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
