Skip to content

Commit 1e0f33c

Browse files
committed
Increase request timeout
1 parent a02a477 commit 1e0f33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { URLS } from './urls.js';
1616

1717
const defaultBaseURL = 'https://www.mermaidchart.com'; // "http://127.0.0.1:5174"
1818
const authorizationURLTimeout = 60_000;
19-
const requestTimeout = 5000;
19+
const requestTimeout = 30_000;
2020

2121
export class MermaidChart {
2222
private clientID: string;

0 commit comments

Comments
 (0)