mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
semaphore: bump timeout (#35610)
When semaphore is overloaded tests can take more than 1hr, bump timeout and reinstate some removed tests
This commit is contained in:
commit
764c91ed12
@ -109,9 +109,6 @@ EOF
|
||||
--env DPKG_DEB_COMPRESSOR_TYPE="none" \
|
||||
--env DEB_BUILD_PROFILES="pkg.systemd.upstream noudeb nodoc" \
|
||||
--env TEST_UPSTREAM=1 \
|
||||
--skip-test localed-locale \
|
||||
--skip-test localed-x11-keymap \
|
||||
--skip-test build-with-static-libsystemd \
|
||||
../systemd_*.dsc \
|
||||
-o "$ARTIFACTS_DIR" \
|
||||
-- lxc -s "$CONTAINER" \
|
||||
|
@ -15,7 +15,7 @@ auto_cancel:
|
||||
when: "true"
|
||||
|
||||
execution_time_limit:
|
||||
hours: 1
|
||||
hours: 2
|
||||
|
||||
blocks:
|
||||
- name: "Setup & test"
|
||||
|
Loading…
Reference in New Issue
Block a user