diff --git a/.github/workflows/custom/after-install/action.yml b/.github/workflows/custom/after-install/action.yml index b92a7e781d..01ca455836 100644 --- a/.github/workflows/custom/after-install/action.yml +++ b/.github/workflows/custom/after-install/action.yml @@ -51,5 +51,5 @@ runs: - name: Allow slower examples run: | # FIXME: Slow examples in dm? - echo "_R_CHECK_EXAMPLE_TIMING_THRESHOLD_=10" | tee -a $GITHUB_ENV + echo "_R_CHECK_EXAMPLE_TIMING_THRESHOLD_=15" | tee -a $GITHUB_ENV shell: bash