From 62a372c5e37afe97fb9f41cb9c64df1997f62045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Bonveh=C3=AD?= Date: Thu, 30 Jan 2020 12:10:25 -0300 Subject: [PATCH] get some sleep before running the tests --- test/integration/runtests.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/runtests.lua b/test/integration/runtests.lua index 6bbe81a0d..6e1cf2c4c 100644 --- a/test/integration/runtests.lua +++ b/test/integration/runtests.lua @@ -60,7 +60,7 @@ if (xpid == 0) then os.exit(1) end -sleep(1) +sleep(5) local testsets = { 'basic_test', 'xinerama', 'xrandr' } local errors = 0