diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-05-21 18:20:29 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-05-25 11:37:42 +0200 |
commit | 194ec84e7a67f0570ecfb47bd7948da81019380e (patch) | |
tree | 8970b961bba6cc5710aa3a5aa95c045139d49bb4 /lib/stdlib/test | |
parent | 6038022e55cd9e6200ae1fdb4f8f1f2debd47cd8 (diff) | |
download | otp-194ec84e7a67f0570ecfb47bd7948da81019380e.tar.gz otp-194ec84e7a67f0570ecfb47bd7948da81019380e.tar.bz2 otp-194ec84e7a67f0570ecfb47bd7948da81019380e.zip |
stdlib: Relax rand_SUITE timeout
Diffstat (limited to 'lib/stdlib/test')
-rw-r--r-- | lib/stdlib/test/rand_SUITE.erl | 2 |
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) -> |