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 c34a99f commit a65c1ebCopy full SHA for a65c1eb
1 file changed
app/utils/local/microservices.js
@@ -13,7 +13,7 @@ import { commandExistsSync, waitForReady } from "./scripts.js";
13
import { microservicesMetadatasPath, projectMicroservices } from "./cleanup.js";
14
import { executablePath } from "./path.js";
15
16
-const DEFAULT_TIMEOUT_SECONDS = 60;
+const DEFAULT_TIMEOUT_SECONDS = 120;
17
const MILLISECONDS_PER_SECOND = 1000;
18
19
function getAvailablePort() {
0 commit comments