Skip to content

Commit

Permalink
extend download.file timeout in vignettes
Browse files Browse the repository at this point in the history
Lengthen timeouts for downloads to 300 seconds in vignettes as a failure to re-render can come from the download taking too long.
  • Loading branch information
jmitchell81 committed Dec 6, 2023
1 parent 0776a65 commit 8340561
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/domino2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ knitr::opts_chunk$set(
fig.cap = "",
tidy = TRUE
)
options(timeout=300)
```

```{r libraries, include=FALSE}
Expand Down
1 change: 1 addition & 0 deletions vignettes/domino_object_vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ knitr::opts_chunk$set(
fig.cap="",
tidy = TRUE
)
options(timeout=300)
```

```{r setup, include = FALSE}
Expand Down
1 change: 1 addition & 0 deletions vignettes/plotting_vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ knitr::opts_chunk$set(
fig.cap="",
tidy = TRUE
)
options(timeout=300)
```

```{r setup, include = FALSE, eval = TRUE}
Expand Down

0 comments on commit 8340561

Please sign in to comment.