From 20ded157bf317a444896578e009311dcd9802915 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 23 Apr 2022 15:36:19 +0300 Subject: [PATCH] ci: bump vtest retry to 6 for channel_select_test.v (fails sporadically in the windows-gcc job) --- vlib/sync/channel_select_test.v | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/vlib/sync/channel_select_test.v b/vlib/sync/channel_select_test.v index a8865a2947..70dce3066d 100644 --- a/vlib/sync/channel_select_test.v +++ b/vlib/sync/channel_select_test.v @@ -1,13 +1,11 @@ -/* -* ATTENTION! Do not use this file as an example! - * For that, please look at `channel_select_2_test.v` or `channel_select_3_test.v` - * - * This test case uses the implementation in `sync/channels.v` directly - * in order to test it independently from the support in the core language -*/ - module sync +// vtest retry: 6 + +// ATTENTION! Do not use this file as an example! +// For that, please look at `channel_select_2_test.v` or `channel_select_3_test.v` +// This test case uses the implementation in `sync/channels.v` directly +// in order to test it independently from the support in the core language import time fn do_rec_i64(mut ch Channel) {