Skip to content

Commit

Permalink
increase margins in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeket committed Apr 2, 2021
1 parent fd4ee05 commit e03538d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plot-test/plot/tests/PRs/90.rkt
Expand Up @@ -70,9 +70,9 @@
(check-equal? (send ps plot->dc plotcoords) coords))
(test-suite "PR90: 3d/snip after resize"
(send ps resize 800 800)
(sleep/yield .1)
(sleep/yield .5)
(check-within (send ps plot->dc (send ps dc->plot #(200 200)))
#(200 200) 5e-14)
#(200 200) 1e-13)
(check-not-equal? (send ps plot->dc plotcoords) coords)))))
))

Expand Down

0 comments on commit e03538d

Please sign in to comment.