Skip to content

Commit

Permalink
Try to throttle threads to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Dec 11, 2023
1 parent 1f3cf20 commit 0e2258f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
library(rxode2)
library(testthat)
setRxThreads(1L)
library(data.table)
setDTthreads(1L)
##test_check("rxode2", reporter = testthat::LocationReporter)
test_check("rxode2")

Expand Down

0 comments on commit 0e2258f

Please sign in to comment.