From 62ccccd0164a95d069559e78d6012dd51301c3d6 Mon Sep 17 00:00:00 2001 From: Victor Allombert Date: Wed, 26 Jul 2023 11:07:43 +0200 Subject: [PATCH] Tezt: reduce snapshot test memory consumption --- tezt/tests/storage_snapshots.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tezt/tests/storage_snapshots.ml b/tezt/tests/storage_snapshots.ml index c1be4736a9a9..207e8035e7d4 100644 --- a/tezt/tests/storage_snapshots.ml +++ b/tezt/tests/storage_snapshots.ml @@ -286,7 +286,7 @@ let test_export_import_snapshots = (fun export_format -> Lwt_list.iter_s (fun (history_mode, nodes) -> - Lwt_list.iter_p + Lwt_list.iter_s (fun node -> export_import_and_check node ~history_mode ~export_format) nodes) -- GitLab