Skip to content

Commit

Permalink
Set default timeout period
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Nov 23, 2020
1 parent fb605c2 commit c64adde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Boxed.DotnetNewTest/ProjectExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ await WaitForStartAsync(
readinessCheck,
httpClient,
httpsClient,
timeout ?? TimeSpan.FromMinutes(1))
timeout ?? ConfigurationService.DefaultTimeout)
.ConfigureAwait(false);
}
catch
Expand Down

0 comments on commit c64adde

Please sign in to comment.