Skip to content

Commit

Permalink
chore: longer time to wait to make more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 10, 2024
1 parent 3dd3ade commit a573590
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/vite-node/test/server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe('server correctly caches data', () => {
)

// wait so TS are different
await wait(10)
await wait(100)

await viteNode.fetchModule('/src/foo.js', 'ssr')

Expand All @@ -139,7 +139,7 @@ describe('server correctly caches data', () => {
)

// wait so TS are different
await wait(10)
await wait(100)

await viteNode.fetchModule('/src/foo.js', 'ssr')

Expand Down Expand Up @@ -177,7 +177,7 @@ describe('server correctly caches data', () => {
)

// wait so TS are different
await wait(10)
await wait(100)

await viteNode.fetchModule('/src/foo.js', 'web')

Expand All @@ -196,7 +196,7 @@ describe('server correctly caches data', () => {
)

// wait so TS are different
await wait(10)
await wait(100)

await viteNode.fetchModule('/src/foo.js', 'web')

Expand Down

0 comments on commit a573590

Please sign in to comment.