mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08: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:
@@ -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' ]
|
||||
|
||||
Reference in New Issue
Block a user