Fix runner model test
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.
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.