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 403b386 commit 07396c9Copy full SHA for 07396c9
lib/screen.class.e2e.spec.ts
@@ -90,6 +90,7 @@ describe("Screen.", () => {
90
91
it("should reject after timeout", async () => {
92
// GIVEN
93
+ jest.setTimeout(10000);
94
const timeout = 5000;
95
const visionAdapter = new VisionAdapter();
96
const SUT = new Screen(visionAdapter);
0 commit comments