Skip to content

Commit

Permalink
chore(internal): add constant for default timeout (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jul 29, 2024
1 parent 943847f commit ddd82c2
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 @@ -162,6 +162,7 @@ export class Metronome extends Core.APIClient {
}

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

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

0 comments on commit ddd82c2

Please sign in to comment.