From 381cf4b61dcac3028e3d19da229ac3550018c7cb Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 21 Mar 2022 21:46:49 +0200 Subject: [PATCH] ci: bump retries to 3, for flaky vlib/v/tests/go_array_wait_test.v --- vlib/v/tests/go_array_wait_test.v | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vlib/v/tests/go_array_wait_test.v b/vlib/v/tests/go_array_wait_test.v index d5513ca53c..cdf1686b3c 100644 --- a/vlib/v/tests/go_array_wait_test.v +++ b/vlib/v/tests/go_array_wait_test.v @@ -1,3 +1,5 @@ +// vtest retry: 3 + fn f(x f64) f64 { y := x * x return y