Skip to content

Commit

Permalink
Update HttpClientTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nofarb authored Aug 11, 2021
1 parent 062aac6 commit 8298ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/io/harness/jhttp/functional/HttpClientTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void testDirectoryIndex() throws IOException, InterruptedException {

@Test
public void testStaticFile() throws IOException , InterruptedException {
Thread.sleep(10000); // sleep 10 sec
Thread.sleep(20000); // sleep 20 sec
testRequest("/file1.html", "/http-server/server-root/file1.html");
testRequest("/file2.html", "/http-server/server-root/file2.html");
}
Expand All @@ -89,7 +89,7 @@ public void testStaticFile1234() throws IOException , InterruptedException {

@Test
public void testStaticFile2234() throws IOException , InterruptedException {
Thread.sleep(10000); // sleep 10 sec
Thread.sleep(16000); // sleep 16 sec
testRequest("/file1.html", "/http-server/server-root/file1.html");
testRequest("/file2.html", "/http-server/server-root/file2.html");
}
Expand Down

0 comments on commit 8298ca4

Please sign in to comment.