From 8491e83e3f741e1525c009addc7354a9d930ea35 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 28 Jan 2022 10:07:37 +0200 Subject: [PATCH] ci: bump retries to 8 for vlib/net/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 93fae3158a..c549a3c93c 100644 --- a/vlib/net/tcp_test.v +++ b/vlib/net/tcp_test.v @@ -1,4 +1,4 @@ -// vtest retry: 5 +// vtest retry: 8 import net import os