Skip to content

Commit c2f44a9

Browse files
committed
increase margins in tests
1 parent 63848da commit c2f44a9

File tree

1 file changed

+2
-2
lines changed
  • plot-test/plot/tests/PRs

1 file changed

+2
-2
lines changed

plot-test/plot/tests/PRs/90.rkt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
(check-equal? (send ps plot->dc plotcoords) coords))
7171
(test-suite "PR90: 3d/snip after resize"
7272
(send ps resize 800 800)
73-
(sleep/yield .1)
73+
(sleep/yield .5)
7474
(check-within (send ps plot->dc (send ps dc->plot #(200 200)))
75-
#(200 200) 5e-14)
75+
#(200 200) 1e-13)
7676
(check-not-equal? (send ps plot->dc plotcoords) coords)))))
7777
))
7878

0 commit comments

Comments
 (0)