Skip to content

Commit

Permalink
improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
dvojtise committed Aug 5, 2022
1 parent 40104b1 commit ad5b7b8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ class CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test extends Abs

// Melange "Generate all is a bit special as it trigger several jobs one after the other
// retry in order to make sure they all have been done
IResourcesSetupUtil::reallyWaitForAutoBuild
IResourcesSetupUtil::waitForBuild
WorkspaceTestHelper::reallyWaitForJobs(50)
IResourcesSetupUtil::reallyWaitForAutoBuild
//IResourcesSetupUtil::reallyWaitForAutoBuild

// if the package name is correct all the files are created in the current project
// Language runtime classes
Expand Down Expand Up @@ -275,8 +275,8 @@ class CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test extends Abs
bot.button("Finish").click();

IResourcesSetupUtil::waitForBuild
IResourcesSetupUtil::reallyWaitForAutoBuild
WorkspaceTestHelper::waitForJobs
//IResourcesSetupUtil::reallyWaitForAutoBuild
WorkspaceTestHelper::reallyWaitForJobs(50)

helper.assertProjectExists(PROJECT_NAME + ".design");

Expand Down

0 comments on commit ad5b7b8

Please sign in to comment.