aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2011-01-27 10:09:22 +0100
committerLukas Larsson <[email protected]>2011-01-27 10:09:54 +0100
commit3163804a22daa8e123078291496778963e16f7fe (patch)
treef2dcc9d2ae4c27615e574d91c01a4bd7916a1d1b /lib/common_test
parent0a5c83dc4cbf10e46ab6afa8c8cad05005406263 (diff)
downloadotp-3163804a22daa8e123078291496778963e16f7fe.tar.gz
otp-3163804a22daa8e123078291496778963e16f7fe.tar.bz2
otp-3163804a22daa8e123078291496778963e16f7fe.zip
Update suite callback test timeout so that beam debug test runs do not timeout
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/test/ct_suite_callback_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_suite_callback_SUITE.erl b/lib/common_test/test/ct_suite_callback_SUITE.erl
index 6d61fbb21d..adb950614e 100644
--- a/lib/common_test/test/ct_suite_callback_SUITE.erl
+++ b/lib/common_test/test/ct_suite_callback_SUITE.erl
@@ -64,7 +64,7 @@ end_per_testcase(TestCase, Config) ->
suite() ->
- [{timetrap,{seconds,15}}].
+ [{timetrap,{seconds,20}}].
all() ->
all(suite).