From 9fb9f55026f1c81255561ebd4d1a159b1ced23a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Wed, 11 Oct 2023 05:30:58 +0200 Subject: [PATCH] More safety --- .github/workflows/custom/after-install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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