Skip to content

Commit eddd859

Browse files
authored
fix typo (#48)
1 parent 9a3fa33 commit eddd859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/recorder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ class Recorder {
627627
}
628628

629629
try {
630-
// wait upto 5s for getDocument, otherwise proceed
630+
// wait upto 10s for getDocument, otherwise proceed
631631
return await Promise.race([
632632
this.send("DOM.getDocument", {"depth": -1, "pierce": true}),
633633
sleep(10000)

0 commit comments

Comments
 (0)