Skip to content

Commit

Permalink
test: add extra time for command run
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Sep 13, 2024
1 parent db3ec6d commit eb6acdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/resuable_ia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit eb6acdd

Please sign in to comment.