Skip to content

Instantly share code, notes, and snippets.

@ixmatus
Last active December 23, 2015 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ixmatus/b22f091f530c8fc00934 to your computer and use it in GitHub Desktop.
Save ixmatus/b22f091f530c8fc00934 to your computer and use it in GitHub Desktop.
PropER test timingout EUnit case
{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