Skip to content

Commit c64adde

Browse files
committed
Set default timeout period
1 parent fb605c2 commit c64adde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Boxed.DotnetNewTest/ProjectExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ await WaitForStartAsync(
447447
readinessCheck,
448448
httpClient,
449449
httpsClient,
450-
timeout ?? TimeSpan.FromMinutes(1))
450+
timeout ?? ConfigurationService.DefaultTimeout)
451451
.ConfigureAwait(false);
452452
}
453453
catch

0 commit comments

Comments
 (0)