Last active
December 23, 2015 18:45
-
-
Save ixmatus/b22f091f530c8fc00934 to your computer and use it in GitHub Desktop.
PropER test timingout EUnit case
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{inparallel, [ { "Property test network block construction" | |
, { timeout | |
, 30 | |
, ?assertEqual( true | |
, proper:quickcheck( wifi:prop_set_network() | |
, [ {to_file, user} | |
, {numtests, 1000} | |
, {spec_timeout, 360000} | |
]))}}, | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment