travis: Wait more than 10 min

Use travis configuration to wait more than 10 min

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
Jose Carlos Venegas Munoz
2018-01-26 11:04:57 -06:00
parent 612754fd20
commit 45d4e5fb62
3 changed files with 1 additions and 7 deletions

View File

@@ -45,9 +45,5 @@ function build_image()
}
@test "Can create euleros image" {
if [ "$TRAVIS" = true ]
then
skip "travis timout, see: https://github.com/kata-containers/osbuilder/issues/46"
fi
build_image euleros
}