Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

lengthen

Changed files
+1 -1
test
e2e
+1 -1
test/e2e/util.ts
···
export const waitForExpect = async (
expectFn: () => void,
-
{ interval = 200, timeout = 10000 }: WaitForExpectOptions = {}
+
{ interval = 500, timeout = 15000 }: WaitForExpectOptions = {}
) => {
// @sinonjs/fake-timers injects `clock` property into setTimeout
const usesFakeTimers = 'clock' in setTimeout;