diff options
author | Stavros Aronis <[email protected]> | 2011-03-01 15:50:56 +0200 |
---|---|---|
committer | Stavros Aronis <[email protected]> | 2011-03-01 15:50:56 +0200 |
commit | dd14097487c33ac4d1ceed36b96070feb545219f (patch) | |
tree | f12d498cd2ee3679ff854399cb2ecc2112096065 /lib/dialyzer | |
parent | a56fa2bb7e691bb569efe8e848763538e5766ee1 (diff) | |
download | otp-dd14097487c33ac4d1ceed36b96070feb545219f.tar.gz otp-dd14097487c33ac4d1ceed36b96070feb545219f.tar.bz2 otp-dd14097487c33ac4d1ceed36b96070feb545219f.zip |
Increase timetrap of options1 suite
Diffstat (limited to 'lib/dialyzer')
-rw-r--r-- | lib/dialyzer/test/options1_tests_SUITE.erl | 2 | ||||
-rw-r--r-- | lib/dialyzer/test/options1_tests_SUITE_data/dialyzer_options | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/dialyzer/test/options1_tests_SUITE.erl b/lib/dialyzer/test/options1_tests_SUITE.erl index f971d1c3cf..02cafe6c5f 100644 --- a/lib/dialyzer/test/options1_tests_SUITE.erl +++ b/lib/dialyzer/test/options1_tests_SUITE.erl @@ -14,7 +14,7 @@ -export([options1_tests_SUITE_consistency/1, compiler/1]). suite() -> - [{timetrap, {minutes, 20}}]. + [{timetrap, {minutes, 30}}]. init_per_suite() -> [{timetrap, ?plt_timeout}]. diff --git a/lib/dialyzer/test/options1_tests_SUITE_data/dialyzer_options b/lib/dialyzer/test/options1_tests_SUITE_data/dialyzer_options index d46fc459bc..c612e77d3e 100644 --- a/lib/dialyzer/test/options1_tests_SUITE_data/dialyzer_options +++ b/lib/dialyzer/test/options1_tests_SUITE_data/dialyzer_options @@ -1,2 +1,2 @@ {dialyzer_options, [{include_dirs, ["my_include"]}, {defines, [{'COMPILER_VSN', 42}]}, {warnings, [no_improper_lists]}]}. -{time_limit, 20}. +{time_limit, 30}. |