fix(react): timeout after 20 min waiting for remote (#18099)

Co-authored-by: Emily Xiong <xiongemi@gmail.com>
This commit is contained in:
Koen Van Geert 2023-07-27 15:44:56 +02:00 committed by GitHub
parent 736a3ac11e
commit 01ef42bc44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,6 +204,7 @@ export default async function* moduleFederationDevServer(
waitForPortOpen(port, {
retries: 480,
retryDelay: 2500,
host: 'localhost',
})
)
);