Skip to content

Commit

Permalink
Fix eunit timeout for eleveldb EQC test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagabond committed Jan 31, 2012
1 parent eb1f5d9 commit 88db943
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/riak_kv_eleveldb_backend.erl
Expand Up @@ -523,8 +523,9 @@ eqc_test_() ->
backend_eqc:test(?MODULE, false,
[{data_root,
"test/eleveldb-backend"},
{async_folds, false}])),
?_assertEqual(true,
{async_folds, false}]))]},
{timeout, 60000,
[?_assertEqual(true,
backend_eqc:test(?MODULE, false,
[{data_root,
"test/eleveldb-backend"}]))]}
Expand Down

0 comments on commit 88db943

Please sign in to comment.