mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-09 16:17:05 +02:00
This test sometimes fails with a message like: ``` === RUN TestIntegration/api.EventsSuite/TestEventsWatch assertion_compare.go:323: Error Trace: events.go:88 Error: "0" is not greater than or equal to "14" Test: TestIntegration/api.EventsSuite/TestEventsWatch Messages: [] ``` I believe the root cause is that the initial (first event) delivery might be more than 100ms, so instead of waiting for 100ms for each event, block for 500ms for all events to arrive. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com> |
||
---|---|---|
.. | ||
api.go | ||
apply-config.go | ||
diskusage.go | ||
dmesg.go | ||
etcd-recover.go | ||
etcd.go | ||
events.go | ||
generate-config.go | ||
logs.go | ||
reboot.go | ||
reset.go | ||
version.go |