Skip to content

Commit e423b4b

Browse files
committed
Fix default timeout for ChromoteSession objects
1 parent 4bce61c commit e423b4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/chromote_session.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ ChromoteSession <- R6Class(
4040
auto_events = NULL
4141
) {
4242
self$parent <- parent
43+
self$default_timeout <- parent$default_timeout
4344

4445
# Create a session from the Chromote. Basically the same code as
4546
# new_session(), but this is synchronous.
@@ -204,6 +205,7 @@ ChromoteSession <- R6Class(
204205
},
205206

206207
parent = NULL,
208+
default_timeout = NULL,
207209
protocol = NULL
208210
),
209211

0 commit comments

Comments
 (0)