Skip to content

Commit

Permalink
increased sleep at the end of the run to better flush the io logs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdp committed Jun 11, 2024
1 parent 091dff6 commit 514d57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/source/Rooibos.bs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace rooibos
' leading to an instant exit of the application

' Give the io port time to finish sending all the logs
sleep(200)
sleep(400)
end
end if
end if
Expand Down

0 comments on commit 514d57c

Please sign in to comment.