Increase import timeout from 5s to 60s

This commit is contained in:
Gregory Schier
2026-07-24 07:36:44 -07:00
parent 195f89337f
commit 3f098f95fe
+1 -1
View File
@@ -1098,7 +1098,7 @@ impl PluginManager {
&InternalEventPayload::ImportRequest(ImportRequest {
content: content.to_string(),
}),
Duration::from_secs(5),
Duration::from_secs(60),
)
.await?;