Skip to content

Commit

Permalink
TEIID-5173 adding a delay
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Jan 9, 2018
1 parent 0e66bc6 commit 2ae0189
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -128,6 +128,8 @@ public void testGetOperation() throws Exception {
//test swagger
response = httpCall("http://localhost:8080/sample_1/swagger.yaml", "GET", null);

Thread.sleep(2000); //wait for the war to come up

String response1 = httpCall("http://localhost:8080/sample2_1/swagger.yaml", "GET", null);
assertNotEquals(response, response1);

Expand Down

0 comments on commit 2ae0189

Please sign in to comment.