aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/binary_module_SUITE.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2014-03-03 13:38:10 +0100
committerDan Gudmundsson <[email protected]>2014-03-28 09:55:56 +0100
commitc57f0f96bab1951d9c5ecf80d64f0624e96d2417 (patch)
treeb437efb6df2e04f7d2442fd9b7a5c41f5720bb3b /lib/stdlib/test/binary_module_SUITE.erl
parent4f22b3eec2d69eb2cdcacb79fd5d71f3c5c80afa (diff)
downloadotp-c57f0f96bab1951d9c5ecf80d64f0624e96d2417.tar.gz
otp-c57f0f96bab1951d9c5ecf80d64f0624e96d2417.tar.bz2
otp-c57f0f96bab1951d9c5ecf80d64f0624e96d2417.zip
stdlib: loosen testcases
Stabilize tests for all kind of machines Old sparc (and newer smaller) machines timeouts in 'random_ref_comp' decrease load and increase timeouts. Supervisor: Turn up accepted time, since if non-linear it should be much worse, now the test failes on slow multicore machines Remove memory tests, they fail sometimes and those tests are not needed to be tested. Hard to predict GC's and other processes behaviours.
Diffstat (limited to 'lib/stdlib/test/binary_module_SUITE.erl')
-rw-r--r--lib/stdlib/test/binary_module_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/test/binary_module_SUITE.erl b/lib/stdlib/test/binary_module_SUITE.erl
index d5a0fe21b4..32cec0db6f 100644
--- a/lib/stdlib/test/binary_module_SUITE.erl
+++ b/lib/stdlib/test/binary_module_SUITE.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1997-2013. All Rights Reserved.
+%% Copyright Ericsson AB 1997-2014. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -40,7 +40,7 @@
-export([init_per_testcase/2, end_per_testcase/2]).
% Default timetrap timeout (set in init_per_testcase).
% Some of these testcases are really heavy...
--define(default_timeout, ?t:minutes(20)).
+-define(default_timeout, ?t:minutes(30)).
-endif.