Skip to content
Snippets Groups Projects
Commit 5a7777f9 authored by Steffen Köhler's avatar Steffen Köhler
Browse files

Removed the sleep of 3 minutes.

parent ea761fd2
Branches
1 merge request!42020 q2
Pipeline #6937 passed with stages
in 4 minutes and 13 seconds
......@@ -637,7 +637,6 @@ main() {
&& wait_for_okapi \
&& register_frontend_modules $frontend_modules \
&& (tenant_exists || create_tenant) \
&& echo -ne "Will wait 3 minutes for modules ..." && sleep 3m \
&& wait_for_backend_modules $backend_modules && install_modules $modules \
&& find_module_authtoken \
&& disable_module_for_tenant $authtoken \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment