Skip to content

Commit c77cd6d

Browse files
committed
increase timeout
1 parent 4387bb8 commit c77cd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/spec/VoteSameTopicTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ private void triggerAndWait(String project) throws Exception {
150150
*/
151151
private void checkCommand(String pattern) {
152152
//CS IGNORE MagicNumber FOR NEXT 1 LINES. REASON: Testdata.
153-
server.waitForCommand(pattern, 2000);
153+
server.waitForCommand(pattern, 3000);
154154
}
155155

156156
/**

0 commit comments

Comments
 (0)