Account for slower tests in older Erlang versions
Tests run slower in OTP16 - so do less work in this version.
This commit is contained in:
parent
1a3d3daa89
commit
ba93ea149f
2 changed files with 10 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
{erl_opts, [warnings_as_errors,
|
||||
{platform_define, "^2[0-1]{1}", fsm_deprecated},
|
||||
{platform_define, "^1[7-8]{1}", old_rand},
|
||||
{platform_define, "^R", no_sync},
|
||||
{platform_define, "^R", old_rand},
|
||||
{platform_define, "^R", no_sync}]}.
|
||||
{platform_define, "^R", slow_test}]}.
|
||||
|
||||
{xref_checks, [undefined_function_calls,undefined_functions]}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue