Skip to content

Commit

Permalink
coords.l/object.l: ARM running on VM does not have time to run all test
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Jan 9, 2017
1 parent ebef198 commit c0fc182
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions irteus/test/coords.l
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

(init-unit-test)

#+:arm
(setq i-max 100)
#-:arm
(setq i-max 100000)

(deftest test-makecoords-rpy
Expand Down
3 changes: 3 additions & 0 deletions irteus/test/object.l
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@

;;;

#+:arm
(setq i-max 200)
#-:arm
(setq i-max 200000)

(deftest test-copy-object-integer
Expand Down

0 comments on commit c0fc182

Please sign in to comment.