during test, sleep 2s to allow the 1s stale manifest to occur
This commit is contained in:
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@@ -159,6 +159,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker image prune --all --force
|
docker image prune --all --force
|
||||||
|
|
||||||
|
- name: sleep 2s to allow cache to stale a bit
|
||||||
|
run: |
|
||||||
|
sleep 2
|
||||||
|
|
||||||
- name: Second round of pulls
|
- name: Second round of pulls
|
||||||
timeout-minutes: 2
|
timeout-minutes: 2
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user