From afd93a1a3e31954988fd144dc2b13683f2709549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Fri, 31 May 2024 15:23:25 +0100 Subject: [PATCH] [CI] More memory again --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4eca6562f9..4cfb6076f2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,7 +43,7 @@ jobs: print("Hello, world!", flush=True) - for i in range(8): + for i in range(10): print(str(datetime.now())) size = i * 1024 ** 3 print(f"I am about to allocate {size / 1024 ** 3} GiB of memory", flush=True)