Skip to content

Make the tests more robust for getNextParamValue

Philip Elson requested to merge pelson/pyjapc:fix/race-condition-in-test into master

Make the tests more robust for getNextParamValue. The nondeterministic behaviour was a result of JAPC executing the responses in a non-deterministic order, due to its execution pool. Slowing the tests down increase the likely-hood that the results are processed in order.

cc @isinkare

Merge request reports