From c26e040d33b7ffe5fd7887e18d82ff1d09dff5c3 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 26 Dec 2021 19:05:05 +0200 Subject: [PATCH] ci: bump retry count to 5 for tcp_test.v --- vlib/net/tcp_test.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/net/tcp_test.v b/vlib/net/tcp_test.v index ff3c02f346..93fae3158a 100644 --- a/vlib/net/tcp_test.v +++ b/vlib/net/tcp_test.v @@ -1,4 +1,4 @@ -// vtest retry: 3 +// vtest retry: 5 import net import os