@@ -39,7 +39,7 @@ T["auth()"]["auth before attaching, should not give error"] = function()
39
39
return string.find(messages, ".*Authenticated as GitHub user.*") ~= nil
40
40
end
41
41
42
- vim.wait(30000 , function()
42
+ vim.wait(5000 , function()
43
43
return has_passed()
44
44
end, 50)
45
45
@@ -60,7 +60,7 @@ T["auth()"]["auth issue replication"] = function()
60
60
return string.find(messages, ".*Authenticated as GitHub user.*") ~= nil
61
61
end
62
62
63
- vim.wait(30000 , function()
63
+ vim.wait(5000 , function()
64
64
return has_passed()
65
65
end, 50)
66
66
]] )
@@ -74,7 +74,7 @@ T["auth()"]["auth issue replication"] = function()
74
74
return string.find(messages, ".*Online.*Enabled.*") ~= nil
75
75
end
76
76
77
- vim.wait(30000 , function()
77
+ vim.wait(5000 , function()
78
78
return has_passed()
79
79
end, 50)
80
80
@@ -107,7 +107,7 @@ T["auth()"]["is_authenticated when authed returns true"] = function()
107
107
return string.find(messages, ".*Authenticated as GitHub user.*") ~= nil
108
108
end
109
109
110
- vim.wait(30000 , function()
110
+ vim.wait(5000 , function()
111
111
return has_passed()
112
112
end, 50)
113
113
]] )
@@ -119,7 +119,7 @@ T["auth()"]["is_authenticated when authed returns true"] = function()
119
119
return auth_result == true
120
120
end
121
121
122
- vim.wait(30000 , function()
122
+ vim.wait(5000 , function()
123
123
return has_passed()
124
124
end, 50)
125
125
0 commit comments