Skip to content

Commit

Permalink
v9.7
Browse files Browse the repository at this point in the history
- CI | DietPi-Software test: Allow 30 seconds for Koel to bind to port in emulated container
  • Loading branch information
MichaIng committed Jul 10, 2024
1 parent 4b4742d commit 6be1140
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 @@ -179,7 +179,7 @@ Process_Software()
139) aSERVICES[i]='sabnzbd' aTCP[i]='8080'; (( $arch == 10 )) || aDELAY[i]=30;; # ToDo: Solve conflict with Airsonic
140) aSERVICES[i]='domoticz' aTCP[i]='8124 8424';;
#142) aSERVICES[i]='snapd';; "system does not fully support snapd: cannot mount squashfs image using "squashfs": mount: /tmp/syscheck-mountpoint-2075108377: mount failed: Operation not permitted."
143) aSERVICES[i]='koel' aTCP[i]='8003';;
143) aSERVICES[i]='koel' aTCP[i]='8003'; (( $arch == 10 )) || aDELAY[i]=30;;
144) aSERVICES[i]='sonarr' aTCP[i]='8989'; (( $arch < 10 )) && aDELAY[i]=90;;
145) aSERVICES[i]='radarr' aTCP[i]='7878'; (( $arch < 10 )) && aDELAY[i]=90;;
146) aSERVICES[i]='tautulli' aTCP[i]='8181'; (( $arch == 10 )) || aDELAY[i]=60;;
Expand Down

0 comments on commit 6be1140

Please sign in to comment.