diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fb0f5eeb01..26a24a817c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,7 +40,7 @@ jobs: print("Hello, world!", flush=True) - for i in range(11): + for i in range(7): print(str(datetime.now())) size = i * 1024 ** 2 * 1024 print(f"I am about to allocate {size / 1024 ** 3} GiB of memory", flush=True)