Skip to content

Commit

Permalink
chore(internal): add constant for default timeout (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jul 30, 2024
1 parent b19d486 commit 67519e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export class Honcho extends Core.APIClient {
}

static Honcho = this;
static DEFAULT_TIMEOUT = 60000; // 1 minute

static HonchoError = Errors.HonchoError;
static APIError = Errors.APIError;
Expand Down

0 comments on commit 67519e0

Please sign in to comment.