ci-automation/vendor-testing/azure.sh: Align timeout with GC duration

The kola test run time shouldn't be longer than the GC duration to
prevent failing tests caused by GC interference.
Align the Azure kola timeout with the GC duration.
This commit is contained in:
Kai Lueke 2022-06-02 14:08:28 +09:00
parent 41506d0e39
commit 6c0fb8959d

View File

@ -50,7 +50,8 @@ run_kola_tests() {
instance_type="${azure_instance_type}"
fi
timeout --signal=SIGQUIT 20h \
# Align timeout with ore azure gc --duration parameter
timeout --signal=SIGQUIT 6h \
kola run \
--board="${board}" \
--basename="${basename}" \