a few macOS WML unit tests will sometimes timeout so increase the limit.
This commit is contained in:
parent
1fa069aeb7
commit
129deb47ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-scripts/macos.sh
vendored
2
.github/workflows/ci-scripts/macos.sh
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue