Skip to content

Commit

Permalink
sleep for ten seconds in API test involving ingest #1612 #2290
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Feb 6, 2017
1 parent d4daced commit 50be9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/edu/harvard/iq/dataverse/api/FilesIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ public void test_006_ReplaceFileGoodTabular() throws InterruptedException {
.statusCode(OK.getStatusCode());

// give file time to ingest
sleep(1000);
sleep(10000);

Response publishDatasetResp = UtilIT.publishDatasetViaNativeApi(datasetId, "major", apiToken);
publishDatasetResp.prettyPrint();
Expand Down

0 comments on commit 50be9f3

Please sign in to comment.