We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e292f9e commit 53553c8Copy full SHA for 53553c8
test/suite/integration/probs.config.js
@@ -9,6 +9,7 @@ const PROJECT_STORE_TIMEOUT = 10000;
9
*/
10
const prepDevice = async (device) => {
11
device.adapter.__proxyMeta.clearQueue();
12
+ device.adapter.__proxyMeta.skipCurrent();
13
console.log("[PREP] Waiting for idle...");
14
await device.adapter.__proxyMeta.idle;
15
await device.connect();
0 commit comments