`wait_for_bootstrap` fails in a default setup
When I execute the following:
./chutney configure networks/basic && ./chutney start networks/basic && ./chutney wait_for_bootstrap networks/basic
it gives me
ChutneyTimeoutError
The reason for this is probably that CHUTNEY_BOOTSTRAP_TIME
is too small with its default value being 60
.
Edited by Clara Engler