Skip to content

Commit

Permalink
Fix KorgeMultithreadedTest test
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jul 12, 2022
1 parent 2aa3506 commit 585865d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class KorgeMultithreadedTest {
val viewsForTesting = ViewsForTesting()
viewsForTesting.viewsTest(timeout = 5.seconds, cond = { true }) {
val rect = solidRect(10, 10)
.filters(BlurFilter(), filterScale = 1.0)
.filters(BlurFilter(), filterScale = 0.1)
.mask(solidRect(5, 5))
val gpuShapeView = gpuShapeView({ roundRect(0, 0, 200, 100, 10, 10) })
this.views.render()
Expand Down

0 comments on commit 585865d

Please sign in to comment.