Skip to content

Commit

Permalink
Increase LaunchDarkly initialization timeout (#19204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roes authored Nov 9, 2022
1 parent 3291cab commit b171372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { rejectAfter } from "utils/promises";
* The maximum time in milliseconds we'll wait for LaunchDarkly to finish initialization,
* before running disabling it.
*/
const INITIALIZATION_TIMEOUT = 1500;
const INITIALIZATION_TIMEOUT = 5000;

const FEATURE_FLAG_EXPERIMENT = "featureService.overwrites";

Expand Down

0 comments on commit b171372

Please sign in to comment.