Skip to content

Commit

Permalink
Fix timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Sep 18, 2024
1 parent 7fc5292 commit f9f2dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_collection.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ options(

update_collection <- function(
collection,
timeout = 1,
timeout = 3600,
start_timer = tictoc::tic(),
gbif_datasets = f2g::get_gbif_datasets()
) {
Expand Down

0 comments on commit f9f2dbf

Please sign in to comment.