From 4aa7be58e6c1e7031042e7ea7b008de1cf4c0ad6 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Fri, 14 Dec 2012 12:15:30 +0100 Subject: [common_test] Extend timetrap time in ct_hooks_SUITE This suite often fails with timetrap timeout on some test machines. --- lib/common_test/test/ct_hooks_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common_test/test/ct_hooks_SUITE.erl b/lib/common_test/test/ct_hooks_SUITE.erl index 405df1e978..796a0832d7 100644 --- a/lib/common_test/test/ct_hooks_SUITE.erl +++ b/lib/common_test/test/ct_hooks_SUITE.erl @@ -64,7 +64,7 @@ end_per_testcase(TestCase, Config) -> suite() -> - [{timetrap,{seconds,20}}]. + [{timetrap,{minutes,1}}]. all() -> all(suite). -- cgit v1.2.3