Skip to content

Commit

Permalink
Running asyncappender tests once sometime requires more than 5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Oct 16, 2024
1 parent 90b3d6b commit 258bb98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-msys2-ucrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
cd log4cxx/src/test/resources
for i in {1..15}
do
LOG4CXX_DEBUG=true $test_exe -v &
$test_exe -v &
test_pid=$!
sleep 5s
sleep 8s
if ps -p $test_pid > /dev/null; then
gdb $test_exe --pid=$test_pid <<EOT
info threads
Expand Down

0 comments on commit 258bb98

Please sign in to comment.