Skip to content

Commit

Permalink
ENG-2556: Increase test timeout to 300 seconds.
Browse files Browse the repository at this point in the history
Summary: Increase test timeout to 300 seconds.

Test Plan: Jenkins tests.

Reviewers: mikhail

Reviewed By: mikhail

Subscribers: yql

Differential Revision: https://phabricator.dev.yugabyte.com/D4362
  • Loading branch information
robertpang committed Mar 21, 2018
1 parent 36d9b09 commit b3ac1cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions java/yb-cql/src/test/java/org/yb/cql/TestOrderedColumns.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@

public class TestOrderedColumns extends BaseCQLTest {

@Override
public int getTestMethodTimeoutSec() {
return 300;
}

private void createTable(String type1, String type2, String orderStmt, boolean invalid)
throws Exception {
String createStmt = String.format("CREATE TABLE test_create " +
Expand Down

0 comments on commit b3ac1cf

Please sign in to comment.