Extend machi_chain_manager1_pulse fudge time factor

This commit is contained in:
Scott Lystig Fritchie 2015-07-01 17:46:10 +09:00
parent 2c869ed598
commit 576d3d76a2

View file

@ -370,7 +370,7 @@ prop_pulse_test_() ->
false -> 0;
Val2 -> list_to_integer(Val2)
end,
{timeout, (Timeout+ExtraTO+300), % 300 = a bit more fudge time
{timeout, (Timeout+ExtraTO+600), % 600 = a bit more fudge time
fun() ->
?assert(eqc:quickcheck(eqc:testing_time(Timeout,
?QC_OUT(prop_pulse()))))