1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:57:45 +00:00

CI: Increase the on-target tests timeout to 60 minutes from 30 minutes

This should help reduce the random test failures due to timeouts on
slower github actions runners.
This commit is contained in:
Idan Horowitz 2021-06-26 14:40:59 +03:00 committed by Linus Groh
parent a1f3e711c0
commit f3197faf39

View file

@ -163,7 +163,7 @@ jobs:
exit 1 exit 1
fi fi
echo "::endgroup::" echo "::endgroup::"
timeout-minutes: 30 timeout-minutes: 60
- name: Print Target Logs - name: Print Target Logs
# Extremely useful if Serenity hangs trying to run one of the tests # Extremely useful if Serenity hangs trying to run one of the tests