Skip to content

Commit

Permalink
try literally just waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Aug 4, 2022
1 parent fcbd862 commit 6d48ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/R/arrow-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
# When running valgrind we need to wait for the thread pools to finish
# running background tasks or else we may get spurious memory leaks reported.
if (on_linux_dev()) {
WaitForIdleThreadPool()
Sys.sleep(1)
}
}

Expand Down

0 comments on commit 6d48ad5

Please sign in to comment.