tests: cyclic_deps/cyclic_dep_full: set timeout to 5.
This commit is contained in:
parent
76c577e6f3
commit
ccc4b3ccf0
@ -61,7 +61,8 @@ cyclic_dep_full_head() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cyclic_dep_full_body() {
|
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 some_repo
|
||||||
mkdir -p pkg_{A,B}/usr/bin
|
mkdir -p pkg_{A,B}/usr/bin
|
||||||
cd some_repo
|
cd some_repo
|
||||||
|
Loading…
Reference in New Issue
Block a user