diff options
author | Lukas Larsson <[email protected]> | 2011-01-27 10:09:22 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-01-27 10:09:54 +0100 |
commit | 3163804a22daa8e123078291496778963e16f7fe (patch) | |
tree | f2dcc9d2ae4c27615e574d91c01a4bd7916a1d1b /lib/common_test/test | |
parent | 0a5c83dc4cbf10e46ab6afa8c8cad05005406263 (diff) | |
download | otp-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/test')
-rw-r--r-- | lib/common_test/test/ct_suite_callback_SUITE.erl | 2 |
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). |