Skip to content

Commit

Permalink
Increases sleep to overcome timeout failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Amalraj-Joseph-IBM committed Nov 28, 2024
1 parent 62ea3aa commit 102a00a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static void changeProperty(String oldValue, String newValue) {
FileWriter writer = new FileWriter(fileName);
writer.write(newContent);
writer.close();
Thread.sleep(600);
Thread.sleep(1500);
} catch (Exception e) {
e.printStackTrace();
}
Expand Down

0 comments on commit 102a00a

Please sign in to comment.