diff --git a/apps/hellgate/test/hg_invoice_tests_SUITE.erl b/apps/hellgate/test/hg_invoice_tests_SUITE.erl index 22165ebd..d6ba4aec 100644 --- a/apps/hellgate/test/hg_invoice_tests_SUITE.erl +++ b/apps/hellgate/test/hg_invoice_tests_SUITE.erl @@ -7462,7 +7462,7 @@ payment_cascade_deadline_failures(C) -> InvoiceID = start_invoice(<<"rubberduck">>, make_due_date(10), Amount, C), {PaymentTool, Session} = hg_dummy_provider:make_payment_tool(no_preauth, ?pmt_sys(<<"visa-ref">>)), PaymentParams = (make_payment_params(PaymentTool, Session, instant))#payproc_InvoicePaymentParams{ - processing_deadline = hg_datetime:add_time_span(#base_TimeSpan{seconds = 2}, hg_datetime:format_now()) + processing_deadline = hg_datetime:add_time_span(#base_TimeSpan{seconds = 4}, hg_datetime:format_now()) }, hg_client_invoicing:start_payment(InvoiceID, PaymentParams, Client), [ diff --git a/rebar.config b/rebar.config index 5565b1cc..0fc7d82d 100644 --- a/rebar.config +++ b/rebar.config @@ -42,7 +42,7 @@ {fault_detector_proto, {git, "https://github.com/valitydev/fault-detector-proto.git", {branch, "master"}}}, {limiter_proto, {git, "https://github.com/valitydev/limiter-proto.git", {branch, "master"}}}, {herd, {git, "https://github.com/wgnet/herd.git", {tag, "1.3.4"}}}, - {progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.10"}}}, + {progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.12"}}}, {prometheus, "4.11.0"}, {prometheus_cowboy, "0.1.9"}, diff --git a/rebar.lock b/rebar.lock index ecd05817..025b36d2 100644 --- a/rebar.lock +++ b/rebar.lock @@ -100,7 +100,7 @@ 0}, {<<"progressor">>, {git,"https://github.com/valitydev/progressor.git", - {ref,"4c44615f712ae8992ff1a654f227def9f44c8aa7"}}, + {ref,"ed7e39698f024c87e5bfc604fe26eefcda0d6b01"}}, 0}, {<<"prometheus">>,{pkg,<<"prometheus">>,<<"4.11.0">>},0}, {<<"prometheus_cowboy">>,{pkg,<<"prometheus_cowboy">>,<<"0.1.9">>},0},