Skip to content

Commit

Permalink
v9.10
Browse files Browse the repository at this point in the history
- CI | DietPi-Software test: Give Cuberite on x86 some more time to start up
  • Loading branch information
MichaIng committed Jan 4, 2025
1 parent efbbc7b commit a84db7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dietpi-software.bash
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Process_Software()
49) aSERVICES[i]='gogs' aTCP[i]='3000';;
50) aSERVICES[i]='syncthing' aTCP[i]='8384';;
51) aCOMMANDS[i]='/usr/games/opentyrian/opentyrian -h';;
52) aSERVICES[i]='cuberite' aTCP[i]='1339'; (( $arch < 10 )) && aDELAY[i]=120;;
52) aSERVICES[i]='cuberite' aTCP[i]='1339'; (( $arch > 9 )) && aDELAY[i]=30 || aDEPLAY[i]=120;;
53) aSERVICES[i]='mineos' aTCP[i]='8443';;
58) aCOMMANDS[i]='tailscale version';; # aSERVICES[i]='tailscaled' aUDP[i]='41641' GitHub Action runners to not support the TUN module
59) aSERVICES[i]='raspimjpeg';;
Expand Down

0 comments on commit a84db7d

Please sign in to comment.