Skip to content

Commit

Permalink
Grow memory usage quicker in destruction test (#5871)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Dec 18, 2023
1 parent 322ba39 commit 3704366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .daily_canary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-^- ___ ___
(- -) (= =) | Y & +--?
( V ) / . \ | +---=---'
/--x-m- /--n-n---xXx--/--yY------>>>----<<<>>]]{{}}---||-/\---/\
/--x-m- /--n-n---xXx--/--yY------>>>----<<<>>]]{{}}---||-/\---/\__
3 changes: 1 addition & 2 deletions tests/e2e_batched.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ def run_to_destruction(args):
)
raise ValueError(wsm)
else:
wsm += 50000 # Grow very quickly, expect to fail on the second iteration

wsm += 100000 # Grow very quickly, expect to fail on the second iteration
except Exception as e:
timeout = 120

Expand Down

0 comments on commit 3704366

Please sign in to comment.