Skip to content

Commit

Permalink
test/object.l: resuce i-max to 200 for s390x and riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 11, 2024
1 parent 3568838 commit 96a0a3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/object.l
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
;;;

(setq i-max 200000)
#+(or :s390x :riscv64)
(setq i-max 200)

(deftest test-copy-object-integer
(setq vmrss-orig (elt (unix::getrusage 0) 2))
Expand Down

0 comments on commit 96a0a3e

Please sign in to comment.