Skip to content

Commit e609876

Browse files
author
ttt161
committed
bump progressor to 1.0.12
1 parent 57a4aa5 commit e609876

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/hellgate/test/hg_invoice_tests_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7462,7 +7462,7 @@ payment_cascade_deadline_failures(C) ->
74627462
InvoiceID = start_invoice(<<"rubberduck">>, make_due_date(10), Amount, C),
74637463
{PaymentTool, Session} = hg_dummy_provider:make_payment_tool(no_preauth, ?pmt_sys(<<"visa-ref">>)),
74647464
PaymentParams = (make_payment_params(PaymentTool, Session, instant))#payproc_InvoicePaymentParams{
7465-
processing_deadline = hg_datetime:add_time_span(#base_TimeSpan{seconds = 2}, hg_datetime:format_now())
7465+
processing_deadline = hg_datetime:add_time_span(#base_TimeSpan{seconds = 4}, hg_datetime:format_now())
74667466
},
74677467
hg_client_invoicing:start_payment(InvoiceID, PaymentParams, Client),
74687468
[

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{fault_detector_proto, {git, "https://github.com/valitydev/fault-detector-proto.git", {branch, "master"}}},
4343
{limiter_proto, {git, "https://github.com/valitydev/limiter-proto.git", {branch, "master"}}},
4444
{herd, {git, "https://github.com/wgnet/herd.git", {tag, "1.3.4"}}},
45-
{progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.10"}}},
45+
{progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.12"}}},
4646
{prometheus, "4.11.0"},
4747
{prometheus_cowboy, "0.1.9"},
4848

rebar.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
0},
101101
{<<"progressor">>,
102102
{git,"https://github.com/valitydev/progressor.git",
103-
{ref,"4c44615f712ae8992ff1a654f227def9f44c8aa7"}},
103+
{ref,"ed7e39698f024c87e5bfc604fe26eefcda0d6b01"}},
104104
0},
105105
{<<"prometheus">>,{pkg,<<"prometheus">>,<<"4.11.0">>},0},
106106
{<<"prometheus_cowboy">>,{pkg,<<"prometheus_cowboy">>,<<"0.1.9">>},0},

0 commit comments

Comments
 (0)