fix mesa install

This commit is contained in:
ell
2023-10-08 21:11:07 +01:00
parent c7c8f25284
commit add23a4ab0
6 changed files with 47 additions and 26 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ TestModule = {
local testmodule = {
timer = 0,
time = 0,
delay = 0.1,
delay = 0.01,
spacer = ' ',
colors = {
PASS = 'green', FAIL = 'red', SKIP = 'grey'