Skip to content

Commit

Permalink
increase cohort fetch timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukaihan committed Jun 28, 2024
1 parent f23680c commit 8072381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/local/cohort/fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { version as PACKAGE_VERSION } from '../../../gen/version';

import { SdkCohortApi } from './cohort-api';

const COHORT_CONFIG_TIMEOUT = 5000;
const COHORT_CONFIG_TIMEOUT = 20000;

export class CohortFetcher {
readonly cohortApi: SdkCohortApi;
Expand Down

0 comments on commit 8072381

Please sign in to comment.