fix(test): increase timeout in duration test to prevent flakiness (#508)
This commit is contained in:
@@ -30,7 +30,7 @@ describe("runner", () => {
|
|||||||
name: "Test Check",
|
name: "Test Check",
|
||||||
category: "installation",
|
category: "installation",
|
||||||
check: async () => {
|
check: async () => {
|
||||||
await new Promise((r) => setTimeout(r, 10))
|
await new Promise((r) => setTimeout(r, 50))
|
||||||
return { name: "Test", status: "pass", message: "OK" }
|
return { name: "Test", status: "pass", message: "OK" }
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user