From 927eecf7c067fae5eb649c59e53f044f2021f636 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 18 Dec 2021 10:19:04 +0200 Subject: [PATCH] ci: retry more return_in_lock_test.v --- vlib/v/tests/return_in_lock_test.v | 1 + 1 file changed, 1 insertion(+) diff --git a/vlib/v/tests/return_in_lock_test.v b/vlib/v/tests/return_in_lock_test.v index feb37a5d32..cee01e9b84 100644 --- a/vlib/v/tests/return_in_lock_test.v +++ b/vlib/v/tests/return_in_lock_test.v @@ -1,3 +1,4 @@ +// vtest retry: 3 import time struct AA {