From b4866b8b646a5815d76883c4d284e566157742b5 Mon Sep 17 00:00:00 2001 From: Bryn Pickering <17178478+brynpickering@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:31:02 +0100 Subject: [PATCH] Loosen timing benchmark --- tests/test_100_memory_profiling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_100_memory_profiling.py b/tests/test_100_memory_profiling.py index 49fb938e..86879cf3 100644 --- a/tests/test_100_memory_profiling.py +++ b/tests/test_100_memory_profiling.py @@ -6,7 +6,7 @@ from pam import read BENCHMARK_MEM = "1400 MB" -BENCHMARK_SECONDS = 90 +BENCHMARK_SECONDS = 140 data_dir = Path(__file__).parent / "test_data"