Skip to content

Commit

Permalink
more sleep #7020
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jun 26, 2020
1 parent 6a40714 commit da03ab7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test/java/edu/harvard/iq/dataverse/api/FilesIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ public void test_007_ReplaceFileUnpublishedAndBadIds() throws InterruptedExcepti


@Test
public void test_008_ReplaceFileAlreadyDeleted() {
public void test_008_ReplaceFileAlreadyDeleted() throws InterruptedException {
msgt("test_008_ReplaceFileAlreadyDeleted");

// Create user
Expand Down Expand Up @@ -816,7 +816,8 @@ public void test_008_ReplaceFileAlreadyDeleted() {
publishDataversetResp.then().assertThat()
.statusCode(OK.getStatusCode());


sleep(1000); // 2 times

// -------------------------
// Publish dataset
// -------------------------
Expand Down

0 comments on commit da03ab7

Please sign in to comment.