From 5c303f226bf8492ccb62e8586cfa3afd087d085a Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 20 May 2026 12:08:01 +0300 Subject: [PATCH] sync: mark waitgroup_test.v as flaky with retry: 3 test_waitgroup_add_while_waiting times out on MSVC Windows CI due to Windows scheduler variability. The 2026-05-16 timeout/iteration bump (commit 0160c65b3) reduced but did not eliminate the flake; mark the file flaky so a transient miss does not fail the whole CI run. --- vlib/sync/waitgroup_test.v | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vlib/sync/waitgroup_test.v b/vlib/sync/waitgroup_test.v index 6036ee509..3e42bb26c 100644 --- a/vlib/sync/waitgroup_test.v +++ b/vlib/sync/waitgroup_test.v @@ -1,3 +1,5 @@ +// vtest retry: 3 +// vtest flaky: true module sync import time -- 2.39.5