during test, sleep 2s to allow the 1s stale manifest to occur

pull/56/head
Ricardo Pardini 2020-10-08 16:28:13 +02:00
parent 6444380ea9
commit 0419eb4db7
1 changed files with 4 additions and 0 deletions

View File

@ -159,6 +159,10 @@ jobs:
run: |
docker image prune --all --force
- name: sleep 2s to allow cache to stale a bit
run: |
sleep 2
- name: Second round of pulls
timeout-minutes: 2
run: |