[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH RFC 0/2] dynamic timeout for tests
|
From: |
Michael S. Tsirkin |
|
Subject: |
[PATCH RFC 0/2] dynamic timeout for tests |
|
Date: |
Tue, 7 Nov 2023 04:49:16 -0500 |
so we keep making timeouts longer for CI but one has to stop
somewhere. netdev socket test recently failed for me again
even though it's at 2 minutes already.
here's an experiment for netdev-socket.
if this works well for a while we can generalize to other
tests.
Michael S. Tsirkin (2):
osdep: add getloadavg
netdev: set timeout depending on loadavg
include/qemu/osdep.h | 10 ++++++++++
tests/qtest/netdev-socket.c | 28 +++++++++++++++++++++++++++-
meson.build | 1 +
3 files changed, 38 insertions(+), 1 deletion(-)
--
MST
- [PATCH RFC 0/2] dynamic timeout for tests,
Michael S. Tsirkin <=