Skip to content

Commit

Permalink
(NT-77) Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Mar 18, 2024
1 parent 19b4665 commit e2d7a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/window-integration-tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe("focusWindow", () => {
const result = libnut.focusWindow(openWindowHandle);

// THEN
await sleep(1500);
await sleep(2000);
const activeWindowHandle = libnut.getActiveWindow();
const activeWindowName = libnut.getWindowTitle(activeWindowHandle);
expect(activeWindowName).toBe(TITLE);
Expand Down

0 comments on commit e2d7a16

Please sign in to comment.