Skip to content

Commit

Permalink
fix: maybe a longer-running process helps?
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Dec 14, 2023
1 parent 1554fde commit 1b70e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/commands/dev/dev.config.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ describe.concurrent('commands/dev/config', () => {
.withNetlifyToml({
config: {
dev: {
command: `node -e console.log(process.env); setTimeout(() => "we need this to keep the dev server running", 100)`,
command: `node -e console.log(process.env); setInterval(() => "we need this to keep the dev server running", 100)`,
},
},
})
Expand Down

0 comments on commit 1b70e94

Please sign in to comment.