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 37dedf2 commit 4210cd3Copy full SHA for 4210cd3
test/all.js
@@ -35,7 +35,7 @@ describe('test PSCommandService w/ o365CommandRegistry', function() {
35
name: "o365 RemotePSSession powershell pool",
36
max: 1,
37
min: 1,
38
- idleTimeoutMillis: 30000,
+ idleTimeoutMS: 30000,
39
40
logFunction: function(severity,origin,msg) {
41
if (origin != 'Pool') {
0 commit comments