tests: cyclic_deps/cyclic_dep_full: set timeout to 5.

This commit is contained in:
Juan RP 2016-02-04 10:38:58 +01:00
parent 76c577e6f3
commit ccc4b3ccf0

View File

@ -61,7 +61,8 @@ cyclic_dep_full_head() {
}
cyclic_dep_full_body() {
atf_expect_death "Known bug: see https://github.com/voidlinux/xbps/issues/92"
atf_set "timeout" 5
atf_expect_timeout "Known bug: see https://github.com/voidlinux/xbps/issues/92"
mkdir some_repo
mkdir -p pkg_{A,B}/usr/bin
cd some_repo