Skip to content

Commit e96a85c

Browse files
:|
1 parent 44179c5 commit e96a85c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

FileProcessor.IntegrationTests/Features/SharedSteps.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ private async Task<HttpResponseMessage> UploadFile(Table table)
8686

8787
var response = await client.SendAsync(request);
8888

89+
// Now we need to wait some time to let the file be processed
90+
await Task.Delay(TimeSpan.FromMinutes(1));
91+
8992
return response;
9093
}
9194

0 commit comments

Comments
 (0)