Skip to content

Commit

Permalink
fix WGLMakie
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Jul 27, 2023
1 parent 2067612 commit f31b4ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ReferenceTests/src/tests/updating.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ end
@test length(obs.listeners) == 1
delete!(ax, pl)
@test length(obs.listeners) == 0
yield()
# ugh, hard to synchronize this with WGLMakie, so, we need to sleep for now to make sure the change makes it to the browser
# TODO, add synchronization primitive?
sleep(1)
f
end

Expand Down

0 comments on commit f31b4ab

Please sign in to comment.