aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2014-02-27 10:46:54 +0100
committerBjörn Gustavsson <[email protected]>2014-02-28 14:51:22 +0100
commit74bdde38c5721022cc0f36d76a645e0fb0f995d7 (patch)
tree7dd8461aadeadb708ef39e97293f6508570462b7 /lib/stdlib
parenta74e66a68f3b4ed590f928b4fd4f0808c6287a32 (diff)
downloadotp-74bdde38c5721022cc0f36d76a645e0fb0f995d7.tar.gz
otp-74bdde38c5721022cc0f36d76a645e0fb0f995d7.tar.bz2
otp-74bdde38c5721022cc0f36d76a645e0fb0f995d7.zip
shell_SUITE: Give bs_match_bin_SUITE/1 more time
Compiled with --enable-native-libs, 2 minutes may not be enough time on a slow computer to finish bs_match_bin_SUITE/1.
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/test/shell_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/test/shell_SUITE.erl b/lib/stdlib/test/shell_SUITE.erl
index 692dfe0faa..e016432f4d 100644
--- a/lib/stdlib/test/shell_SUITE.erl
+++ b/lib/stdlib/test/shell_SUITE.erl
@@ -54,7 +54,7 @@ config(priv_dir,_) ->
-include_lib("test_server/include/test_server.hrl").
-export([init_per_testcase/2, end_per_testcase/2]).
% Default timetrap timeout (set in init_per_testcase).
--define(default_timeout, ?t:minutes(2)).
+-define(default_timeout, ?t:minutes(10)).
init_per_testcase(_Case, Config) ->
?line Dog = ?t:timetrap(?default_timeout),
?line OrigPath = code:get_path(),