We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4ee05 commit e03538dCopy full SHA for e03538d
plot-test/plot/tests/PRs/90.rkt
@@ -70,9 +70,9 @@
70
(check-equal? (send ps plot->dc plotcoords) coords))
71
(test-suite "PR90: 3d/snip after resize"
72
(send ps resize 800 800)
73
- (sleep/yield .1)
+ (sleep/yield .5)
74
(check-within (send ps plot->dc (send ps dc->plot #(200 200)))
75
- #(200 200) 5e-14)
+ #(200 200) 1e-13)
76
(check-not-equal? (send ps plot->dc plotcoords) coords)))))
77
))
78
0 commit comments