Skip to content

Commit

Permalink
Increase request timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Aug 23, 2024
1 parent a02a477 commit 1e0f33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { URLS } from './urls.js';

const defaultBaseURL = 'https://www.mermaidchart.com'; // "http://127.0.0.1:5174"
const authorizationURLTimeout = 60_000;
const requestTimeout = 5000;
const requestTimeout = 30_000;

export class MermaidChart {
private clientID: string;
Expand Down

0 comments on commit 1e0f33c

Please sign in to comment.