bahamut: lower mainloop delay, and reduce parallelism to make tests less flaky

This commit is contained in:
2022-06-18 13:14:51 +02:00
parent 53710779f0
commit 81dac6f582
5 changed files with 20 additions and 3 deletions

View File

@ -67,6 +67,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/Bahamut/
patch src/s_user.c < $GITHUB_WORKSPACE/patches/bahamut_localhost.patch
patch src/s_bsd.c < $GITHUB_WORKSPACE/patches/bahamut_mainloop.patch
echo "#undef THROTTLE_ENABLE" >> include/config.h
libtoolize --force
aclocal