Skip to content

Commit 07396c9

Browse files
committed
(#49) Updated Jest timeout for timeout test
1 parent 403b386 commit 07396c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lib/screen.class.e2e.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ describe("Screen.", () => {
9090

9191
it("should reject after timeout", async () => {
9292
// GIVEN
93+
jest.setTimeout(10000);
9394
const timeout = 5000;
9495
const visionAdapter = new VisionAdapter();
9596
const SUT = new Screen(visionAdapter);

0 commit comments

Comments
 (0)