Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash when watching renamed files on FreeBSD #12193

Merged
merged 5 commits into from
Oct 17, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump delay
  • Loading branch information
thecrypticace committed Oct 13, 2023
commit 8f7ac3a863e05bfa428be97cc9a57bdbb9e1f301
2 changes: 1 addition & 1 deletion integrations/rollup-sass/tests/integration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ describe('watcher', () => {
)
await runningProcess.onStderr(ready)

await new Promise((resolve) => setTimeout(resolve, 5000))
await new Promise((resolve) => setTimeout(resolve, 10000))

expect(await readOutputFile('index.css')).toIncludeCss(
css`
Expand Down
Loading