Increase the timetrap timeout

This commit is contained in:
Evgeniy Khramtsov 2013-07-15 11:36:12 +10:00
parent 8fc5d86704
commit 8482641b4e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
-include("suite.hrl").
suite() ->
[{timetrap, {seconds,10}}].
[{timetrap, {seconds,20}}].
init_per_suite(Config) ->
NewConfig = init_config(Config),