Skip to content

Commit 62a372c

Browse files
committed
get some sleep before running the tests
1 parent 1367b57 commit 62a372c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/runtests.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if (xpid == 0) then
6060
os.exit(1)
6161
end
6262

63-
sleep(1)
63+
sleep(5)
6464

6565
local testsets = { 'basic_test', 'xinerama', 'xrandr' }
6666
local errors = 0

0 commit comments

Comments
 (0)