Skip to content

Commit

Permalink
Remove delay
Browse files Browse the repository at this point in the history
  • Loading branch information
thomhurst committed Dec 23, 2023
1 parent 2a357d1 commit 5b5d6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModularPipelines/Engine/Executors/PipelineExecutor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public async Task<PipelineSummary> ExecuteAsync(List<ModuleBase> runnableModules
catch
{
// Give time for the console to update modules to Failed
await Task.Delay(TimeSpan.FromMilliseconds(250));
// await Task.Delay(TimeSpan.FromMilliseconds(250));
throw;
}
finally
Expand Down

0 comments on commit 5b5d6d4

Please sign in to comment.