Skip to content

Commit

Permalink
Increase test timeout to fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Apr 21, 2015
1 parent 2c94cce commit 618a5b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

public class TestClusterMemoryManager
{
@Test(timeOut = 30_000, expectedExceptions = RuntimeException.class, expectedExceptionsMessageRegExp = ".*Query exceeded max memory size of 1kB.*")
@Test(timeOut = 240_000, expectedExceptions = RuntimeException.class, expectedExceptionsMessageRegExp = ".*Query exceeded max memory size of 1kB.*")
public void testQueryMemoryLimit()
throws Exception
{
Expand Down

0 comments on commit 618a5b9

Please sign in to comment.