We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1f7ee commit c02eb9aCopy full SHA for c02eb9a
lib/thread.js
@@ -79,7 +79,7 @@ async function executeThread(thread, index) {
79
const commandArguments = createCommandArguments(thread);
80
81
// staggered start (when executed in container with xvfb ends up having a race condition causing intermittent failures)
82
- await sleep(index * 2000);
+ await sleep((index +1) * 2000);
83
84
const timeMap = new Map();
85
0 commit comments