Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Sep 2, 2024
1 parent e9fa268 commit 1e8aacc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/jspm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let cdnUrl = "https://ga.jspm.io/";
const systemCdnUrl = "https://ga.system.jspm.io/";
const apiUrl = "https://api.jspm.io/";

const BUILD_POLL_INTERVAL = 1000;
const BUILD_POLL_TIME = 120000;
const BUILD_POLL_TIME = 5 * 60 * 1000;
const BUILD_POLL_INTERVAL = 5 * 1000;

export const supportedLayers = ["default", "system"];

Expand Down

0 comments on commit 1e8aacc

Please sign in to comment.