Skip to content

Fix runner model test

David Edmundson requested to merge work/fix_runnermodel_test into master

We are setting off two queries in series.

We want to wait for the first to finish before the second query in order to accomplish the goal of the test. The current code merely waits for the first result.

Merge request reports