dce-reactkit 3.3.2 → 3.3.3-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -564,7 +564,7 @@ const getSendRequest = () => __awaiter(void 0, void 0, void 0, function* () {
564
564
  let timedOut = false;
565
565
  yield Promise.all([
566
566
  (() => __awaiter(void 0, void 0, void 0, function* () {
567
- yield waitMs(1000);
567
+ yield waitMs(5000);
568
568
  timedOut = true;
569
569
  }))(),
570
570
  initialized,
package/dist/esm/index.js CHANGED
@@ -556,7 +556,7 @@ const getSendRequest = () => __awaiter(void 0, void 0, void 0, function* () {
556
556
  let timedOut = false;
557
557
  yield Promise.all([
558
558
  (() => __awaiter(void 0, void 0, void 0, function* () {
559
- yield waitMs(1000);
559
+ yield waitMs(5000);
560
560
  timedOut = true;
561
561
  }))(),
562
562
  initialized,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dce-reactkit",
3
- "version": "3.3.2",
3
+ "version": "3.3.3-beta.1",
4
4
  "description": "Shared components for Harvard DCE apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -60,7 +60,7 @@ export const getSendRequest = async () => {
60
60
  let timedOut = false;
61
61
  await Promise.all([
62
62
  (async () => {
63
- await waitMs(1000);
63
+ await waitMs(5000);
64
64
  timedOut = true;
65
65
  })(),
66
66
  initialized,