aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2015-05-21 18:20:29 +0200
committerBjörn-Egil Dahlberg <[email protected]>2015-05-25 11:37:42 +0200
commit194ec84e7a67f0570ecfb47bd7948da81019380e (patch)
tree8970b961bba6cc5710aa3a5aa95c045139d49bb4 /lib/stdlib
parent6038022e55cd9e6200ae1fdb4f8f1f2debd47cd8 (diff)
downloadotp-194ec84e7a67f0570ecfb47bd7948da81019380e.tar.gz
otp-194ec84e7a67f0570ecfb47bd7948da81019380e.tar.bz2
otp-194ec84e7a67f0570ecfb47bd7948da81019380e.zip
stdlib: Relax rand_SUITE timeout
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/test/rand_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/test/rand_SUITE.erl b/lib/stdlib/test/rand_SUITE.erl
index 9a1f37aa75..39ce1bd89a 100644
--- a/lib/stdlib/test/rand_SUITE.erl
+++ b/lib/stdlib/test/rand_SUITE.erl
@@ -33,7 +33,7 @@
-include_lib("test_server/include/test_server.hrl").
% Default timetrap timeout (set in init_per_testcase).
--define(default_timeout, ?t:minutes(1)).
+-define(default_timeout, ?t:minutes(3)).
-define(LOOP, 1000000).
init_per_testcase(_Case, Config) ->