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 d3aa131 commit ed503d0Copy full SHA for ed503d0
tools/Custom/ModelExtensions.cs
@@ -19,7 +19,7 @@ public static async Task EnsurePropertiesAreReady(
19
this object model,
20
bool failOnExplicitNulls = false,
21
int retries = 3,
22
- int delayMs = 100)
+ int delayMs = 1000)
23
{
24
if (model == null)
25
throw new ArgumentNullException(nameof(model));
0 commit comments