Skip to content

Commit

Permalink
[CI] Longer sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed May 22, 2024
1 parent 8600ea9 commit 7c64103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
size = i * 1024 ** 2 * 1024
print(f"I am about to allocate {size / 1024 ** 3} GiB of memory", flush=True)
a = bytearray(size)
time.sleep(5)
time.sleep(20)
a

0 comments on commit 7c64103

Please sign in to comment.