Skip to content

Commit

Permalink
Update organization.R
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle authored Jan 15, 2023
1 parent a36bf1b commit 746e6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/organization.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ download_organization_repos <- function(organizations = NULL,

message(sprintf("%s archives to be saved.", length(repos)))

while (length(repos) > 0 && time_spent(start_time = start_time) < 90) {
while (length(repos) > 0 && time_spent(start_time = start_time) < 70) {
Sys.sleep(600)
status <- purrr::map_chr(repos, function(repo) repo$migration_state)
ready_repos <- repos[status == "exported"]
Expand Down

0 comments on commit 746e6db

Please sign in to comment.