From: Thibault Saunier Date: Tue, 27 Aug 2013 22:40:55 +0000 (-0400) Subject: tests: Let use 20 sec to execute tests X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9ce7db53d8589e0344ae84af62d570fc862516f;p=platform%2Fupstream%2Fgst-editing-services.git tests: Let use 20 sec to execute tests --- 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 \