Skip to content

Commit

Permalink
test: increase e2e test timeouts for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Dec 20, 2023
1 parent 88387a1 commit 25fadba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ describe('nx-maven quarkus bom e2e', () => {
source: thirdAppName,
target: thirdParentProject,
});
}, 120000);
}, 240000);

it('should generate java libs that use a parent project', async () => {
const libsParentProject = uniq('libs-parent-project-');
Expand Down Expand Up @@ -1619,7 +1619,7 @@ describe('nx-maven quarkus bom e2e', () => {
} catch (err) {
// ignore err
}
}, 120000);
}, 240000);

it('should create a library with a simple name', async () => {
const libsParentProject = uniq('libs-parent-project-');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ describe('nx-maven spring-boot bom e2e', () => {
} catch (err) {
// ignore err
}
}, 120000);
}, 240000);

it('spring-boot: should add a lib to an app dependencies', async () => {
const appName = uniq('boot-maven-app-');
Expand Down

0 comments on commit 25fadba

Please sign in to comment.