Skip to content

Commit

Permalink
Try increasing the WML tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Feb 27, 2021
1 parent 95bed76 commit 8694026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-scripts/docker.sh
Expand Up @@ -139,7 +139,7 @@ execute "WML indentation check" checkindent
if [ "$IMAGE" != "1804" ]; then
execute "Doxygen check" ./utils/CI/doxygen-check.sh
fi
execute "WML tests" ./run_wml_tests -g -v -c -t 20
execute "WML tests" ./run_wml_tests -g -v -c -t 30
execute "Play tests" ./utils/CI/play_test_executor.sh
execute "MP tests" ./utils/CI/play_test_executor.sh
execute "Boost unit tests" ./utils/CI/test_executor.sh
Expand Down

0 comments on commit 8694026

Please sign in to comment.