From eef80172816cb4fee72e39a7665d5987b8965a5f Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 5 Oct 2021 15:50:33 +0300 Subject: [PATCH] ci: reduce flakyness of notify_test.v, by re-trying it 3 times --- vlib/os/notify/notify_test.v | 1 + 1 file changed, 1 insertion(+) diff --git a/vlib/os/notify/notify_test.v b/vlib/os/notify/notify_test.v index 253c94fd6e..d5f2a1e0dc 100644 --- a/vlib/os/notify/notify_test.v +++ b/vlib/os/notify/notify_test.v @@ -1,3 +1,4 @@ +// vtest retry: 3 import os import os.notify