Skip to content

Commit 0885b82

Browse files
committed
get some sleep before running the tests
1 parent f208213 commit 0885b82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration/runtests.lua

Lines changed: 3 additions & 3 deletions
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(3)
6464

6565
local testsets = { 'basic_test', 'xinerama', 'xrandr' }
6666
local errors = 0
@@ -100,7 +100,7 @@ for i,testset in ipairs(testsets) do
100100
os.exit(1)
101101
end
102102

103-
sleep(2)
103+
sleep(3)
104104

105105
for test in getTests(testset) do
106106
print('[TEST] ' .. test)
@@ -117,7 +117,7 @@ for i,testset in ipairs(testsets) do
117117

118118
print 'Killing notion process...'
119119
posix.kill(notionpid)
120-
sleep(1)
120+
sleep(3)
121121

122122
end
123123

0 commit comments

Comments
 (0)