2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-06-14 11:57:23 +00:00

Add additional delay before test start

Due to new change in PMS 1.28.2, a blocking DB migration runs at startup. Delay the test checks to give this time to pass on the weaker Pi's.
This commit is contained in:
Adam Dodman 2022-08-30 09:41:00 +01:00 committed by GitHub
parent de12695fa8
commit 3a3089e315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ def step(arch, key):
"image": "spritsail/docker-test",
"settings": {
"curl": ":32400/identity",
"delay": 5,
"delay": 20,
"pipe": "xmlstarlet sel -t -v \"/MediaContainer/@version\" | grep -qw \"$(label io.spritsail.version.plex | cut -d- -f1)\"",
"retry": 10
},