Skip to content

Commit c0aa4c2

Browse files
author
Kris
committed
Increased the timeout for session creation in BPRemoteWebDriver>>#initWithCapabilities: from 60 to 120 seconds.
1 parent a5813e9 commit c0aa4c2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

repository/Parasol-Core.package/BPRemoteWebDriver.class/instance/initWithCapabilities..st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ initWithCapabilities: desiredCapabilities
88
jsonData: ((Dictionary new)
99
at: 'desiredCapabilities' put: desiredCapabilities asDictionary;
1010
yourself)
11-
timeout: 60.
11+
timeout: 120.
1212
sessionID := self sessionIdFromResponse: response.
1313
capabilities := BPCapabilities withDictionary: ((BPSmalltalkPlatform current jsonRead: response contents) at: 'value').

repository/Parasol-Core.package/BPRemoteWebDriver.class/methodProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"instance" : {
33
"findElementsByPartialLinkText:" : "AndyKellens 2/13/2013 15:55",
44
"findElementByCSSSelector:" : "KrisGybels 4/12/2012 19:29",
5-
"initWithCapabilities:" : "KrisGybels 10/9/2018 15:25",
5+
"initWithCapabilities:" : "KrisGybels 10/10/2018 10:37",
66
"cookieNamed:" : "JohanBrichau 9/14/2018 11:33",
77
"getKeyboard" : "KrisGybels 6/29/2012 15:19",
88
"get:" : "haerle 8/19/2014 14:46",

0 commit comments

Comments
 (0)