Skip to content

Commit

Permalink
feat(roll): roll to ToT Playwright (22-12-24) (#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
playwrightmachine authored Dec 22, 2024
1 parent 1ab0f9b commit b4a87e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/docs/test-webserver.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default defineConfig({
| `cwd` | Current working directory of the spawned process, defaults to the directory of the configuration file. |
| `stdout` | If `"pipe"`, it will pipe the stdout of the command to the process stdout. If `"ignore"`, it will ignore the stdout of the command. Default to `"ignore"`. |
| `stderr` | Whether to pipe the stderr of the command to the process stderr or ignore it. Defaults to `"pipe"`. |
| `timeout` | `How long to wait for the process to start up and be available in milliseconds. Defaults to 60000. |
| `timeout` | How long to wait for the process to start up and be available in milliseconds. Defaults to 60000. |

## Adding a server timeout

Expand Down

0 comments on commit b4a87e8

Please sign in to comment.