From bfb8116623c2083f8e4e4aa7738b0e3f178079a3 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 3 Oct 2021 20:26:38 +0300 Subject: [PATCH] ci: let process_test.v repeatedly fail 3 times, before consider it failed --- vlib/os/process_test.v | 1 + 1 file changed, 1 insertion(+) diff --git a/vlib/os/process_test.v b/vlib/os/process_test.v index 5301472e10..5257eb67ef 100644 --- a/vlib/os/process_test.v +++ b/vlib/os/process_test.v @@ -1,3 +1,4 @@ +// vtest retry: 3 import os import time