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
Notes: sideshowbarker 2024-07-18 11:29:10 +09:00

View file

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