From d7e518f13aacde31375e69032de95d216765d192 Mon Sep 17 00:00:00 2001 From: stainless-bot Date: Mon, 29 Jul 2024 23:53:51 +0000 Subject: [PATCH] chore(internal): add constant for default timeout --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index a2e3b25..8ddb894 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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;