We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02a477 commit 1e0f33cCopy full SHA for 1e0f33c
packages/sdk/src/index.ts
@@ -16,7 +16,7 @@ import { URLS } from './urls.js';
16
17
const defaultBaseURL = 'https://www.mermaidchart.com'; // "http://127.0.0.1:5174"
18
const authorizationURLTimeout = 60_000;
19
-const requestTimeout = 5000;
+const requestTimeout = 30_000;
20
21
export class MermaidChart {
22
private clientID: string;
0 commit comments