Skip to content

Commit ae481e4

Browse files
committed
pausing after installing extension in tests
1 parent 80735c5 commit ae481e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/WebJobs.Script.Tests.Integration/TestFunctionHost.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ public async Task InstallBindingExtension(string packageName, string packageVers
159159
{
160160
throw new InvalidOperationException("Failed to install extension.");
161161
}
162+
163+
// TODO: Find a better way to ensure the site has restarted.
164+
await Task.Delay(3000);
162165
}
163166

164167
private async Task<HttpResponseMessage> CheckExtensionInstallStatus(Uri jobLocation)

0 commit comments

Comments
 (0)