Skip to content

Commit

Permalink
fix: Try to ensure data is flushed by sleeping
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Ziegler <[email protected]>
  • Loading branch information
halostatue committed Jan 4, 2025
1 parent 765272c commit 126dfea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elixir/support/app_identity/suite/generator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ defmodule AppIdentity.Suite.Generator do

if options[:stdout] do
IO.write(:stdio, Jason.encode!(suite, pretty: true))
:timer.sleep(750)
else
File.write!(name, Jason.encode!(suite))

Expand Down

0 comments on commit 126dfea

Please sign in to comment.