From 06ec90993e6895e78c6f66137a0cf5acaf663a7a Mon Sep 17 00:00:00 2001 From: cong-or Date: Mon, 4 Dec 2023 17:18:59 +0000 Subject: [PATCH] test(reintroduce expired tx flush): tweek slot duration in the hope of processing all good txs in time --- Cargo.lock | 2 +- jormungandr/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c33cba98f..7e71eacf91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2637,7 +2637,7 @@ dependencies = [ [[package]] name = "jormungandr" -version = "0.15.81" +version = "0.15.82" dependencies = [ "arc-swap", "async-trait", diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index aa2851193c..c356c3d305 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr" -version = "0.15.81" +version = "0.15.82" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr"