1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 19:03:12 +02:00

BuildBot: Give all the build tests a bit more time

This commit is contained in:
Bram Matthys
2022-01-17 10:43:02 +01:00
parent 82bb7567da
commit a07db0fffd
+1 -1
View File
@@ -8,7 +8,7 @@
# in case it misbehaves
#
set +ex
timeout --kill-after=5 600 extras/build-tests/nix/run-tests
timeout --kill-after=5 900 extras/build-tests/nix/run-tests
EX="$?"
killall -9 valgrind valgrind.bin memcheck memcheck-amd64-linux memcheck-x86-linux ircd unrealircd val 1>/dev/null 2>&1
exit $EX