Skip to content

Commit

Permalink
[ci] Bump wait for database cdc to 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Feb 12, 2024
1 parent 0c4ff30 commit 92ce3a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public static void enableDbCdc(Db2Connection connection) throws SQLException {
catch (InterruptedException e) {
}
}
if (count++ > 30) {
if (count++ > 60) {
throw new SQLException("ASNCAP server did not start.");
}
}
Expand Down

0 comments on commit 92ce3a7

Please sign in to comment.