Skip to content

Commit c0fc182

Browse files
committed
coords.l/object.l: ARM running on VM does not have time to run all test
1 parent ebef198 commit c0fc182

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

irteus/test/coords.l

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
(init-unit-test)
66

7+
#+:arm
8+
(setq i-max 100)
9+
#-:arm
710
(setq i-max 100000)
811

912
(deftest test-makecoords-rpy

irteus/test/object.l

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343

4444
;;;
4545

46+
#+:arm
47+
(setq i-max 200)
48+
#-:arm
4649
(setq i-max 200000)
4750

4851
(deftest test-copy-object-integer

0 commit comments

Comments
 (0)