Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Fixed sessionTimeout capability value in examples (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh authored and lanwen committed May 13, 2019
1 parent 844dc7d commit c302b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/containers/Capabilities/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ enableVideo: false
"platform":"ANY",
"enableVNC": true,
"name": "this.test.is.launched.by.curl",
"sessionTimeout": 30
"sessionTimeout": "30s"
}
}'
`,
Expand Down

0 comments on commit c302b76

Please sign in to comment.