Skip to content

Commit

Permalink
Updating duration
Browse files Browse the repository at this point in the history
  • Loading branch information
kuldeepk3 committed Feb 28, 2024
1 parent 1e6d748 commit ed3f58a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void testFileIngestService(){
FileIngestService fileIngestService = new MockFileIngestService(deviceDriverConfig);
try {
fileIngestService.startAsync();
fileIngestService.awaitRunning(Duration.ofSeconds(10));
fileIngestService.awaitRunning(Duration.ofSeconds(20));
} catch (Exception e){
throw new RuntimeException(e);
}
Expand Down

0 comments on commit ed3f58a

Please sign in to comment.