mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 06:01:41 +02: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
41506d0e39
commit
6c0fb8959d
@ -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