Import failing - Timeout (5s)
Bug
I’m unable to import this schema.
In the logs I see this warning [yaak_plugins::manager] Timeout (5s) waiting for import_request responses
[2026-03-31][17:12:37][WARN][yaak_plugins::manager] Timeout (5s) waiting for import_request responses. Got 6/35 responses. Non-responding plugins: [auth-jwt, themes-yaak, auth-oauth1, template-function-response, template-function-request, auth-oauth2, importer-postman-environment, template-function-cookie, importer-openapi, auth-bearer, importer-postman, template-function-random, template-function-fs, template-function-timestamp, action-send-folder, auth-basic, action-copy-grpcurl, auth-ntlm, auth-aws, template-function-hash, action-copy-curl, filter-jsonpath, template-function-1password, template-function-xml, importer-yaak, auth-apikey, importer-curl, importer-insomnia, template-function-regex]
[2026-03-31][17:13:23][WARN][yaak_plugins::manager] Timeout (5s) waiting for import_request responses. Got 14/35 responses. Non-responding plugins: [importer-openapi, auth-bearer, importer-postman, template-function-random, template-function-fs, template-function-timestamp, action-send-folder, auth-basic, action-copy-grpcurl, auth-ntlm, auth-aws, template-function-hash, action-copy-curl, filter-jsonpath, template-function-1password, template-function-xml, importer-yaak, auth-apikey, importer-curl, importer-insomnia, template-function-regex]
[2026-03-31][17:13:58][WARN][yaak_plugins::manager] Timeout (5s) waiting for import_request responses. Got 7/35 responses. Non-responding plugins: [themes-yaak, auth-oauth1, template-function-response, template-function-request, auth-oauth2, importer-postman-environment, template-function-cookie, importer-openapi, auth-bearer, importer-postman, template-function-random, template-function-fs, template-function-timestamp, action-send-folder, auth-basic, action-copy-grpcurl, auth-ntlm, auth-aws, template-function-hash, action-copy-curl, filter-jsonpath, template-function-1password, template-function-xml, importer-yaak, auth-apikey, importer-curl, importer-insomnia, template-function-regex]
As you can see the number of failing plugins change every time.
I’m using a fairly old and slow machine so I just tried increasing the timeouts in crates/yaak-plugins/src/manager.rs to 30s and everything worked then.
Linux2026.3.1