a few macOS WML unit tests will sometimes timeout so increase the limit.

This commit is contained in:
Pentarctagon 2022-01-14 10:44:36 -06:00
parent 1fa069aeb7
commit 129deb47ec
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -23,7 +23,7 @@ ccache -z
if [ $EXIT_VAL == 0 ] && [ "$CFG" == "Release" ]; then
cd ../..
./run_wml_tests -g -c -t 20 -p "./projectfiles/Xcode/build/$CFG/The Battle for Wesnoth.app/Contents/MacOS/The Battle for Wesnoth"
./run_wml_tests -g -c -t 30 -p "./projectfiles/Xcode/build/$CFG/The Battle for Wesnoth.app/Contents/MacOS/The Battle for Wesnoth"
EXIT_VAL=$?
fi