Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
test tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Apr 6, 2022
1 parent f99a4ee commit b01fc1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{<<"base64url">>,{pkg,<<"base64url">>,<<"1.0.1">>},1},
{<<"blockchain">>,
{git,"https://github.com/helium/blockchain-core.git",
{ref,"774944d6b39e7f96563ecd380503be95df968e3f"}},
{ref,"619485b2ae4fcadc83aad39a8a516849623bbfda"}},
0},
{<<"certifi">>,{pkg,<<"certifi">>,<<"2.8.0">>},2},
{<<"chatterbox">>,
Expand Down Expand Up @@ -86,7 +86,7 @@
{<<"gproc">>,{pkg,<<"gproc">>,<<"0.8.0">>},2},
{<<"grpc_client">>,
{git,"https://github.com/Bluehouse-Technology/grpc_client.git",
{ref,"f29516eaf590c63c0c300f98c9b75feff24f8351"}},
{ref,"02689e7992ef70b42b6b890db450ae4a7c21a50c"}},
0},
{<<"grpc_lib">>,
{git,"https://github.com/Bluehouse-Technology/grpc_lib",
Expand All @@ -107,7 +107,7 @@
0},
{<<"helium_proto">>,
{git,"https://github.com/helium/proto.git",
{ref,"51df6195545a3ff75689e2377988681da467ab7a"}},
{ref,"c88928d7e794372411674e98580e940b542a8d4f"}},
1},
{<<"hpack">>,{pkg,<<"hpack_erl">>,<<"0.2.3">>},3},
{<<"http2_client">>,
Expand Down Expand Up @@ -176,7 +176,7 @@
3},
{<<"sibyl">>,
{git,"https://github.com/helium/sibyl.git",
{ref,"293c4acafe57cc49bc8943a7691bda7dfd720ef4"}},
{ref,"f7b290638b7c55dac95383abc9936580420350cb"}},
0},
{<<"sidejob">>,{pkg,<<"sidejob">>,<<"2.1.0">>},2},
{<<"small_ints">>,{pkg,<<"small_ints">>,<<"0.1.0">>},4},
Expand Down
4 changes: 3 additions & 1 deletion test/miner_poc_grpc_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,10 @@ extra_vars(grpc, TargetVersion) ->
?poc_receipts_absorb_timeout => 2,
?poc_validator_ephemeral_key_timeout => 50,
?poc_activity_filter_enabled => true,
?h3dex_gc_width => 10,
?poc_targeting_version => TargetVersion,
?h3dex_gc_width => 10,
?poc_target_hex_parent_res => 5,
?poc_target_hex_collection_res => 5,
?poc_target_pool_size => 2,
?poc_hexing_type => hex_h3dex,
?hip17_interactivity_blocks => 20
Expand Down

0 comments on commit b01fc1c

Please sign in to comment.