Skip to content

Commit

Permalink
double sleep in test #9260
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Aug 22, 2023
1 parent c7e2e23 commit 926e6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/edu/harvard/iq/dataverse/api/SearchIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ public void testNestedSubtree() {
.statusCode(OK.getStatusCode());

try {
Thread.sleep(2000);
Thread.sleep(4000);
} catch (InterruptedException ex) {
/**
* This sleep is here because dataverseAlias2 is showing with
Expand Down

0 comments on commit 926e6ea

Please sign in to comment.