mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
tests/installed: increase async retries to 500
It seems like 240 retries is just not long enough for all the non-destructive tests running in parallel to finish. Let's crank that up to 500 retries. Closes: #1548 Approved by: cgwalters
This commit is contained in:
parent
e5f6c9d1e2
commit
6d01d82b9b
@ -19,4 +19,4 @@
|
||||
loop_var: "async_result_item"
|
||||
register: async_poll_results
|
||||
until: async_poll_results.finished
|
||||
retries: 240
|
||||
retries: 500
|
||||
|
Loading…
x
Reference in New Issue
Block a user