Race condition setting config from testbench parameter

In reply to dave_59:

Without seeing all the code involved, it is difficult to see the cause of your problem. A better approach would be to set() the parameter into the config_db in the initial block. That is guaranteed to execute before any get() in your test environment.

Thanks - I’ll try that. I thought it would be simpler to just get the handle to the config class instead of dealing with each item - but whatever works!