diff options
author | Hans Bolinder <[email protected]> | 2016-08-31 15:12:50 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-08-31 15:34:54 +0200 |
commit | b593a4f25ee3c89b34152d96119bab981f102de6 (patch) | |
tree | 10480267ccce7c7805516eb41445383f4490a940 | |
parent | 2a69eaaf4aaf8f7744e09e1e60b08ebaecde151a (diff) | |
download | otp-b593a4f25ee3c89b34152d96119bab981f102de6.tar.gz otp-b593a4f25ee3c89b34152d96119bab981f102de6.tar.bz2 otp-b593a4f25ee3c89b34152d96119bab981f102de6.zip |
dialyzer: Increase time limit of suites
The test 'proper' takes some time.
-rw-r--r-- | lib/dialyzer/test/behaviour_SUITE_data/dialyzer_options | 1 | ||||
-rw-r--r-- | lib/dialyzer/test/opaque_SUITE_data/dialyzer_options | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/dialyzer/test/behaviour_SUITE_data/dialyzer_options b/lib/dialyzer/test/behaviour_SUITE_data/dialyzer_options index 50991c9bc5..cb6a88786e 100644 --- a/lib/dialyzer/test/behaviour_SUITE_data/dialyzer_options +++ b/lib/dialyzer/test/behaviour_SUITE_data/dialyzer_options @@ -1 +1,2 @@ {dialyzer_options, []}. +{time_limit, 2}. diff --git a/lib/dialyzer/test/opaque_SUITE_data/dialyzer_options b/lib/dialyzer/test/opaque_SUITE_data/dialyzer_options index 3ff26b87db..ffdf8270c8 100644 --- a/lib/dialyzer/test/opaque_SUITE_data/dialyzer_options +++ b/lib/dialyzer/test/opaque_SUITE_data/dialyzer_options @@ -1 +1,2 @@ {dialyzer_options, [{warnings, [no_unused, no_return]}]}. +{time_limit, 2}. |