From eb6acdd30fa73acd0467ed110bf11c3f4bc9212a Mon Sep 17 00:00:00 2001 From: xMikux <26039249+xMikux@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:23:08 +0800 Subject: [PATCH] test: add extra time for command run --- .github/workflows/resuable_ia.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/resuable_ia.yml b/.github/workflows/resuable_ia.yml index bf15b3fd..c87a8566 100644 --- a/.github/workflows/resuable_ia.yml +++ b/.github/workflows/resuable_ia.yml @@ -66,7 +66,8 @@ jobs: - name: mcrcon - Run IA commands run: | - $GITHUB_WORKSPACE/.github/tools/mcrcon -w 10 "iareload" "iazip" + $GITHUB_WORKSPACE/.github/tools/mcrcon -w 12 "iareload" + $GITHUB_WORKSPACE/.github/tools/mcrcon -w 30 "iazip" env: MCRCON_PASS: ${{ secrets.RCON_PASSWORD }}