mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:07:34 +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:
parent
a1f3e711c0
commit
f3197faf39
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue