0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00

ci: stabilize ecosystem client tools workflow (#2224)

Since the scheduler no longer executes generators in a fixed order, and scrub logic refactoring,
the scrub tasks may or may not complete in the expected time.
Increase sleep times used to search for tasks results in zot logs.

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
Andrei Aaron 2024-02-02 16:11:27 +02:00 committed by GitHub
parent 6a83dd47c0
commit a60d3891ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@ function teardown() {
wait_zot_reachable ${zot_port}
# wait for scrub to be done and logs to get populated
run sleep 20s
run sleep 30s
run not_affected
[ "$status" -eq 0 ]
[ $(echo "${lines[0]}" ) = 'true' ]
@ -82,7 +82,7 @@ function teardown() {
wait_zot_reachable ${zot_port}
# wait for scrub to be done and logs to get populated
run sleep 20s
run sleep 30s
run affected
[ "$status" -eq 0 ]
[ $(echo "${lines[0]}" ) = 'true' ]