Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 committed Mar 8, 2024
1 parent 4387bb8 commit c77cd6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ private void triggerAndWait(String project) throws Exception {
*/
private void checkCommand(String pattern) {
//CS IGNORE MagicNumber FOR NEXT 1 LINES. REASON: Testdata.
server.waitForCommand(pattern, 2000);
server.waitForCommand(pattern, 3000);
}

/**
Expand Down

0 comments on commit c77cd6d

Please sign in to comment.