Skip to content

Commit

Permalink
more tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Sep 21, 2023
1 parent fcf3502 commit 6444f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mirai/test-tls-max_tasks.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ scale <- function(workers) {
}

index <- 0L # current task
n_tasks <- 6000L # all tasks
n_tasks <- 60000L # all tasks
results <- list()
while (index < n_tasks || schedule$nonempty()) { # while there is work to do
if (!throttler$throttle()) { # avoid overburdening the {mirai} dispatcher
Expand Down

0 comments on commit 6444f7b

Please sign in to comment.