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:
parent
6a83dd47c0
commit
a60d3891ff
1 changed files with 2 additions and 2 deletions
|
@ -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' ]
|
||||
|
|
Loading…
Reference in a new issue