Skip to content

Commit

Permalink
add worker log prefix; proper hard shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Aug 26, 2024
1 parent 76a5417 commit 1301bab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/evcc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ function workerPort() {
return 11000 + index;
}

function sleep(ms) {
return new Promise((resolve) => setTimeout(resolve, ms));
}

function logPrefix() {
return `[worker:${process.env.TEST_WORKER_INDEX}]`;
}
Expand Down

0 comments on commit 1301bab

Please sign in to comment.