Skip to content

Commit 0419eb4

Browse files
committed
during test, sleep 2s to allow the 1s stale manifest to occur
1 parent 6444380 commit 0419eb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ jobs:
159159
run: |
160160
docker image prune --all --force
161161
162+
- name: sleep 2s to allow cache to stale a bit
163+
run: |
164+
sleep 2
165+
162166
- name: Second round of pulls
163167
timeout-minutes: 2
164168
run: |

0 commit comments

Comments
 (0)