Skip to content

Commit

Permalink
Running asyncappender tests once sometime requires more than 8 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Oct 16, 2024
1 parent 3e673bf commit 9b46554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-msys2-ucrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
$test_exe -v &
test_pid=$!
test_winpid=`ps -W -p $test_pid | grep '^ *[0-9]' | sed -E 's/ *[0-9]+ +[0-9]+ +[0-9]+ +([0-9]+).*/\1/'`
sleep 8s
sleep 12s
if ps -p $test_pid > /dev/null; then
gdb $test_exe --pid=$test_winpid <<EOT
info threads
Expand Down

0 comments on commit 9b46554

Please sign in to comment.