mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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
Notes:
sideshowbarker
2024-07-18 11:29:10 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/f3197faf393 Pull-request: https://github.com/SerenityOS/serenity/pull/8259
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue