We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8e6f9 commit 9f36364Copy full SHA for 9f36364
tools/local-env/scripts/install.js
@@ -40,7 +40,10 @@ writeFileSync( 'wp-tests-config.php', testConfig );
40
41
// Once the site is available, install WordPress!
42
wait_on( {
43
- resources: [ `tcp:localhost:${process.env.LOCAL_PORT}`],
+ resources: [
44
+ `tcp:localhost:${process.env.LOCAL_PORT}`
45
+ `tcp:localhost:3306`
46
+ ],
47
timeout: 3000,
48
} )
49
.catch( err => {
0 commit comments