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 2268a5e commit 89e9bddCopy full SHA for 89e9bdd
MyApp/Program.cs
@@ -91,7 +91,7 @@ bool IsPortAvailable(int port) => System.Net.NetworkInformation.IPGlobalProperti
91
app.MapFallbackToNode(nodeProxy);
92
93
// Wait for Angular dev server to start
94
- var timeout = TimeSpan.FromSeconds(30);
+ var timeout = TimeSpan.FromSeconds(60);
95
var started = DateTime.UtcNow;
96
while (DateTime.UtcNow - started < timeout)
97
{
0 commit comments