aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/options1_tests_SUITE.erl
diff options
context:
space:
mode:
authorStavros Aronis <[email protected]>2011-03-01 15:50:56 +0200
committerStavros Aronis <[email protected]>2011-03-01 15:50:56 +0200
commitdd14097487c33ac4d1ceed36b96070feb545219f (patch)
treef12d498cd2ee3679ff854399cb2ecc2112096065 /lib/dialyzer/test/options1_tests_SUITE.erl
parenta56fa2bb7e691bb569efe8e848763538e5766ee1 (diff)
downloadotp-dd14097487c33ac4d1ceed36b96070feb545219f.tar.gz
otp-dd14097487c33ac4d1ceed36b96070feb545219f.tar.bz2
otp-dd14097487c33ac4d1ceed36b96070feb545219f.zip
Increase timetrap of options1 suite
Diffstat (limited to 'lib/dialyzer/test/options1_tests_SUITE.erl')
-rw-r--r--lib/dialyzer/test/options1_tests_SUITE.erl2
1 files changed, 1 insertions, 1 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}].