Skip to content

Commit

Permalink
enable launchTimeout cap to be an obj as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed May 2, 2014
1 parent 4c30098 commit 31c9000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/server/capabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ var capsConversion = {
};

var okObjects = [
'proxy'
'proxy',
'launchTimeout'
];

var Capabilities = function (capabilities) {
Expand Down

0 comments on commit 31c9000

Please sign in to comment.