Skip to content

Commit

Permalink
Fixed logs sometimes getting cut off at the end of running tests (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdp authored Mar 26, 2024
1 parent b47c88e commit 3e36c50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion framework/src/source/Rooibos.bs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ namespace rooibos
? "keepAppOpen is false; exiting Rooibos"
' End statement will also exit the caller of this function
' leading to an instant exit of the application

' Give the io port time to finish sending all the logs
sleep(200)
end
end if
end if
Expand Down Expand Up @@ -91,4 +94,4 @@ namespace rooibos
return 0

end function
end namespace
end namespace

0 comments on commit 3e36c50

Please sign in to comment.