Skip to content

Commit

Permalink
Increase the delay for the test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanvive committed Oct 1, 2019
1 parent dae42f2 commit 9a83b08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ private void testHttpResponse(String body, Event[] inputEvents, int expectedResp

@Test(dependsOnMethods = "testStoreApiBundle")
public void testSelectAllWithSuccessResponse() throws InterruptedException {
Thread.sleep(15000);
Thread.sleep(20000);
Event[] events = new Event[]{
new Event(System.currentTimeMillis(), new Object[]{
"recordId1", 10.34f, false, 1200, 300, 400, "2017-11-22"}),
Expand Down

0 comments on commit 9a83b08

Please sign in to comment.