Skip to content

Commit 4210cd3

Browse files
committed
fix idleTimeoutMS
1 parent 37dedf2 commit 4210cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('test PSCommandService w/ o365CommandRegistry', function() {
3535
name: "o365 RemotePSSession powershell pool",
3636
max: 1,
3737
min: 1,
38-
idleTimeoutMillis: 30000,
38+
idleTimeoutMS: 30000,
3939

4040
logFunction: function(severity,origin,msg) {
4141
if (origin != 'Pool') {

0 commit comments

Comments
 (0)