Skip to content

Commit

Permalink
Bumps a sleep value (#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick authored Dec 20, 2018
1 parent f9b0ae6 commit b294993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/workbox-precaching/integration/precache-and-update.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe(`[workbox-precaching] Precache and Update`, function() {
// Activate the second service worker
await activateAndControlSW(SW_2_URL);
// Add a slight delay for the caching operation to complete.
await new Promise((resolve) => setTimeout(resolve, 100));
await new Promise((resolve) => setTimeout(resolve, 1000));

// Ensure that the new assets were requested and cache busted.
if (needsCacheBustSearchParam) {
Expand Down

0 comments on commit b294993

Please sign in to comment.