Skip to content

Commit 89e9bdd

Browse files
committed
upgrade wait to 60s
1 parent 2268a5e commit 89e9bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MyApp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ bool IsPortAvailable(int port) => System.Net.NetworkInformation.IPGlobalProperti
9191
app.MapFallbackToNode(nodeProxy);
9292

9393
// Wait for Angular dev server to start
94-
var timeout = TimeSpan.FromSeconds(30);
94+
var timeout = TimeSpan.FromSeconds(60);
9595
var started = DateTime.UtcNow;
9696
while (DateTime.UtcNow - started < timeout)
9797
{

0 commit comments

Comments
 (0)