From 75a0ad2399acae568cc115b59f1f081f5273c757 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Tue, 18 May 2021 22:42:57 -0400 Subject: [PATCH] Add sleep to reduce test flakiness --- test/vintage_net_test.exs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/vintage_net_test.exs b/test/vintage_net_test.exs index 51fa61ca..1793c41f 100644 --- a/test/vintage_net_test.exs +++ b/test/vintage_net_test.exs @@ -50,6 +50,9 @@ defmodule VintageNetTest do ]) Application.start(:vintage_net) + + # Loading of configurations is async and sometimes fails without short sleep + Process.sleep(10) end) # Restore the configuration and persistance state to the original way