|
1 | 1 | %%% -*- coding: utf-8; erlang-indent-level: 2 -*-
|
2 | 2 | %%% -------------------------------------------------------------------
|
3 |
| -%%% Copyright 2010-2021 Manolis Papadakis <[email protected]>, |
4 |
| -%%% Eirini Arvaniti <[email protected]> |
| 3 | +%%% Copyright 2010-2022 Manolis Papadakis <[email protected]>, |
| 4 | +%%% Eirini Arvaniti <[email protected]>, |
5 | 5 | %%% and Kostis Sagonas <[email protected]>
|
6 | 6 | %%%
|
7 | 7 | %%% This file is part of PropEr.
|
|
19 | 19 | %%% You should have received a copy of the GNU General Public License
|
20 | 20 | %%% along with PropEr. If not, see <http://www.gnu.org/licenses/>.
|
21 | 21 |
|
22 |
| -%%% @copyright 2010-2021 Manolis Papadakis, Eirini Arvaniti and Kostis Sagonas |
| 22 | +%%% @copyright 2010-2022 Manolis Papadakis, Eirini Arvaniti and Kostis Sagonas |
23 | 23 | %%% @version {@version}
|
24 | 24 | %%% @author Manolis Papadakis
|
25 | 25 | %%% @doc This module contains PropEr's Unit tests. You need the EUnit
|
@@ -1426,7 +1426,7 @@ erlang_abstract_code_test_() ->
|
1426 | 1426 | M = erlang_abstract_code_test,
|
1427 | 1427 | Props = [bits, expr, guard, term, module],
|
1428 | 1428 | Opts = [{numtests, 200}, noshrink],
|
1429 |
| - {timeout, 42, |
| 1429 | + {timeout, 100, |
1430 | 1430 | [?_assertEqual(true, proper:quickcheck(M:Prop(), Opts)) || Prop <- Props]}.
|
1431 | 1431 |
|
1432 | 1432 | %%------------------------------------------------------------------------------
|
|
0 commit comments