We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f208213 commit 0885b82Copy full SHA for 0885b82
test/integration/runtests.lua
@@ -60,7 +60,7 @@ if (xpid == 0) then
60
os.exit(1)
61
end
62
63
-sleep(1)
+sleep(3)
64
65
local testsets = { 'basic_test', 'xinerama', 'xrandr' }
66
local errors = 0
@@ -100,7 +100,7 @@ for i,testset in ipairs(testsets) do
100
101
102
103
- sleep(2)
+ sleep(3)
104
105
for test in getTests(testset) do
106
print('[TEST] ' .. test)
@@ -117,7 +117,7 @@ for i,testset in ipairs(testsets) do
117
118
print 'Killing notion process...'
119
posix.kill(notionpid)
120
- sleep(1)
121
122
123
0 commit comments