Skip to content

Commit e2d7a16

Browse files
committed
(NT-77) Increase timeout
1 parent 19b4665 commit e2d7a16

File tree

1 file changed

+1
-1
lines changed
  • test/window-integration-tests

1 file changed

+1
-1
lines changed

test/window-integration-tests/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ describe("focusWindow", () => {
114114
const result = libnut.focusWindow(openWindowHandle);
115115

116116
// THEN
117-
await sleep(1500);
117+
await sleep(2000);
118118
const activeWindowHandle = libnut.getActiveWindow();
119119
const activeWindowName = libnut.getWindowTitle(activeWindowHandle);
120120
expect(activeWindowName).toBe(TITLE);

0 commit comments

Comments
 (0)