Skip to content

Commit a069729

Browse files
author
Wenjun Che
committed
RUN-1079: added WindowPositionTest.java
1 parent 6b4afc0 commit a069729

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

2 Bytes
Binary file not shown.

src/test/java/com/openfin/desktop/WindowPositionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void saveWindowStateWithRuntimeRestart() throws Exception {
7777

7878
@Test
7979
public void defaultWindowPsition() throws Exception {
80-
int repeat = 30;
80+
int repeat = 100;
8181
String value = java.lang.System.getProperty("com.openfin.desktop.WindowPositionTest.repeat");
8282
if (value != null) {
8383
repeat = Integer.parseInt(value);

0 commit comments

Comments
 (0)