Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
blittle committed Aug 26, 2024
1 parent d6bc660 commit 1f198bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/skeleton/app/routes/products.$handle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ async function loadCriticalData({

console.log('wow');

promiseWithTimeout({
promise: new Promise((resolve) => setTimeout(resolve, 6000)),
await promiseWithTimeout({
promise: new Promise((resolve) => setTimeout(resolve, 4000)),
});

const [{product}] = await Promise.all([
Expand Down

0 comments on commit 1f198bb

Please sign in to comment.