diff options
author | Raimo Niskanen <[email protected]> | 2017-05-02 09:59:59 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2017-05-02 09:59:59 +0200 |
commit | 22e94d31b7ceb4a4c524036f1a67f6b928585b93 (patch) | |
tree | 3d239516a9298a1ea121c97f33cfbe2d0d4d605d /lib | |
parent | 6e3fdc1484e5ea4b1fabb667bc32f045213de195 (diff) | |
download | otp-22e94d31b7ceb4a4c524036f1a67f6b928585b93.tar.gz otp-22e94d31b7ceb4a4c524036f1a67f6b928585b93.tar.bz2 otp-22e94d31b7ceb4a4c524036f1a67f6b928585b93.zip |
Adjust timetrap
Diffstat (limited to 'lib')
-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 0aa39f87aa..5570d04543 100644 --- a/lib/stdlib/test/rand_SUITE.erl +++ b/lib/stdlib/test/rand_SUITE.erl @@ -411,7 +411,7 @@ crypto64_uniform_n(N, State0) -> %% Not a test but measures the time characteristics of the different algorithms measure(Config) -> - ct:timetrap({minutes,30}), %% valgrind needs a lot of time + ct:timetrap({minutes,60}), %% valgrind needs a lot of time case ct:get_timetrap_info() of {_,{_,1}} -> % No scaling do_measure(Config); |