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)