mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-11-05 01:16: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:
parent
c6729361c0
commit
aaa10a7346
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user