Skip to content

Commit

Permalink
Merge branch 'stereum-dev:main' into devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayasgalan authored Sep 12, 2024
2 parents f9b83c5 + ca4ec38 commit 7c45840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion launcher/src/backend/SSHService.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ export class SSHService {
if (
this.connectionInfo &&
this.addingConnection &&
(this.connectionPool.length < 6 || this.connectionPool[threshholdIndex]?._chanMgr?._count > 0)
(this.connectionPool.length < 6 || this.connectionPool[threshholdIndex]?._chanMgr?._count > 0) &&
process.env.NODE_ENV != "test"
) {
await this.connect(this.connectionInfo);
}
Expand Down

0 comments on commit 7c45840

Please sign in to comment.