Skip to content

Commit

Permalink
Update HistoryTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Jan 14, 2024
1 parent 535d138 commit 78896f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/com/gw/HistoryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ void testProcessRecentHistory() throws Exception {
"http://localhost:" + this.port + "/Geoweaver/web/recent",
postRequest, String.class);

System.out.println("Postresult = " + Postresult);

long startTime = System.currentTimeMillis();
long timeout = 10000;
long pollingInterval = 1000;
Expand Down

0 comments on commit 78896f4

Please sign in to comment.