Skip to content

Commit 102a00a

Browse files
Increases sleep to overcome timeout failure
1 parent 62ea3aa commit 102a00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/it/io/openliberty/sample/health/HealthUtilIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static void changeProperty(String oldValue, String newValue) {
7676
FileWriter writer = new FileWriter(fileName);
7777
writer.write(newContent);
7878
writer.close();
79-
Thread.sleep(600);
79+
Thread.sleep(1500);
8080
} catch (Exception e) {
8181
e.printStackTrace();
8282
}

0 commit comments

Comments
 (0)