mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-22 00:42:12 +01:00
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:
parent
95e370330c
commit
fbea3198eb
@ -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}" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user