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.
2 parents f00e623 + e561d2b commit b6967c9Copy full SHA for b6967c9
packages/cli-kit/src/public/node/vendor/dev_server/network/index.ts
@@ -11,7 +11,7 @@ export interface ConnectionArguments {
11
}
12
13
// eslint-disable-next-line prettier/prettier
14
-const DEFAULT_CONNECT_TIMEOUT = 100
+const DEFAULT_CONNECT_TIMEOUT = 1000
15
// Skip initialization on module load to prevent Spin trying to load a macOS dylib
16
// (port checks should never run on Spin anyway)
17
let checkPort: ReturnType<typeof getCheckPortHelper>
0 commit comments