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/test/options1_tests_SUITE_data | |
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/test/options1_tests_SUITE_data')
-rw-r--r-- | lib/dialyzer/test/options1_tests_SUITE_data/dialyzer_options | 2 |
1 files changed, 1 insertions, 1 deletions
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}. |