From ccc4b3ccf0c4eceaa9d9f2393a2c5287e58b23b6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 4 Feb 2016 10:38:58 +0100 Subject: [PATCH] tests: cyclic_deps/cyclic_dep_full: set timeout to 5. --- tests/xbps/libxbps/shell/cyclic_deps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/xbps/libxbps/shell/cyclic_deps.sh b/tests/xbps/libxbps/shell/cyclic_deps.sh index bd453859..c7a78bdb 100644 --- a/tests/xbps/libxbps/shell/cyclic_deps.sh +++ b/tests/xbps/libxbps/shell/cyclic_deps.sh @@ -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