From b9ce7db53d8589e0344ae84af62d570fc862516f Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 27 Aug 2013 18:40:55 -0400 Subject: [PATCH] tests: Let use 20 sec to execute tests --- tests/check/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 0149707..cd0f11a 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -115,7 +115,7 @@ coverage-report: done check-integration: integration - ./integration + CK_DEFAULT_TIMEOUT=20 ./integration check-integration-forever: @while true; do \ -- 2.7.4