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 1a7c294 commit dfc8ab4Copy full SHA for dfc8ab4
packages/core/src/test/awsService/ec2/model.test.ts
@@ -157,9 +157,9 @@ describe('Ec2ConnectClient', function () {
157
}
158
const testWorkspaceFolder = await createTestWorkspaceFolder()
159
const keyPath = path.join(testWorkspaceFolder.uri.path, 'key')
160
- const keys = await SshKeyPair.getSshKeyPair(keyPath, 30000)
+ const keys = await SshKeyPair.getSshKeyPair(keyPath, 60000)
161
await client.sendSshKeyToInstance(testSelection, keys, 'test-user')
162
- const privKey = await fs.readFileText(keys.getPrivateKeyPath())
+ const privKey = await fs.readFileText(keyPath)
163
assertNoTelemetryMatch(privKey)
164
sinon.restore()
165
0 commit comments