Skip to content

Commit

Permalink
devonfw#1509 using the processCobiGenAndPostponeUpgrade method in tes…
Browse files Browse the repository at this point in the history
…tBasicOpenAPIGenerationWithAdaptMonolithicTemplates
  • Loading branch information
cedricarnauld123 committed Mar 28, 2023
1 parent 8e5cf73 commit bf97608
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public void testBasicOpenAPIGenerationWithAdaptMonolithicTemplates() throws Exce
javaClassItem.select();

// execute CobiGen
EclipseCobiGenUtils.processCobiGen(bot, javaClassItem, 25000, "CRUD devon4j Server>CRUD REST services");
EclipseCobiGenUtils.processCobiGenAndPostponeUpgrade(bot, javaClassItem, "CRUD devon4j Server>CRUD REST services");
bot.waitUntil(new AllJobsAreFinished(), 10000);
// increase timeout as the openAPI parser is slow on initialization
EclipseCobiGenUtils.confirmSuccessfullGeneration(bot, 40000);
Expand Down

0 comments on commit bf97608

Please sign in to comment.