Skip to content

Commit

Permalink
Increase frames waited for
Browse files Browse the repository at this point in the history
Test is flaky otherwise.
  • Loading branch information
lihop committed Feb 18, 2024
1 parent b866dbf commit dbadee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_rendering.gd
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ class TestRendering:
await get_tree().physics_frame
terminal.queue_redraw()
await wait_for_signal(terminal.draw, 3)
await wait_frames(6)
await wait_frames(10)
var cell_color = pick_cell_color(Vector2i(0, 0))
assert_eq(cell_color, Color.RED)

0 comments on commit dbadee9

Please sign in to comment.