Skip to content

Commit

Permalink
Introduce a waitForScripting helper function and use it in all scri…
Browse files Browse the repository at this point in the history
…pting integration tests

Code inspection uncovered that quite a few integration tests don't wait
for scripting to be ready before proceeding, which is a source of
intermittent failures, especially on slower machines where e.g. creating
the sandbox takes longer.

This commit fixes the issues by introducing a `waitForScripting` helper
function and calling it consistently in all scripting integration tests.
  • Loading branch information
timvandermeij committed Jul 6, 2024
1 parent 145951d commit 0b4f04a
Showing 1 changed file with 86 additions and 115 deletions.
Loading

0 comments on commit 0b4f04a

Please sign in to comment.