From e03538dbbda11314ca82d988e977b83d18e41514 Mon Sep 17 00:00:00 2001 From: bdeket Date: Fri, 2 Apr 2021 22:32:07 +0200 Subject: [PATCH] increase margins in tests --- plot-test/plot/tests/PRs/90.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plot-test/plot/tests/PRs/90.rkt b/plot-test/plot/tests/PRs/90.rkt index 1adc4821..3232c89b 100644 --- a/plot-test/plot/tests/PRs/90.rkt +++ b/plot-test/plot/tests/PRs/90.rkt @@ -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))))) ))