You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to speed up test case execution by running them in parallel across multiple TT devices. However, if I open all the devices around the same time, I get the following error.
thread 'main' panicked at src/bin/luwen-cem.rs:58:18: calledResult::unwrap()on anErrvalue: ArcNotReady(MessageQueued(87), BtWrapper(<disabled>))
I have a workaround for the time being by spacing out the time devices by adding a random sleep before the device open call.
The text was updated successfully, but these errors were encountered:
I'm trying to speed up test case execution by running them in parallel across multiple TT devices. However, if I open all the devices around the same time, I get the following error.
thread 'main' panicked at src/bin/luwen-cem.rs:58:18: called
Result::unwrap()on an
Errvalue: ArcNotReady(MessageQueued(87), BtWrapper(<disabled>))
I have a workaround for the time being by spacing out the time devices by adding a random sleep before the device open call.
The text was updated successfully, but these errors were encountered: