Skip to content

Commit 97c31f8

Browse files
committed
test(ci-e2e): fix nx pr test from timing out on windows
1 parent 5db68e2 commit 97c31f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/ci-e2e/tests/nx-monorepo.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,6 @@ describe('CI - monorepo mode (Nx)', () => {
215215
).toMatchFileSnapshot(
216216
path.join(TEST_SNAPSHOTS_DIR, 'nx-monorepo-report-diff.md'),
217217
);
218-
});
218+
}, 120_000);
219219
});
220220
});

0 commit comments

Comments
 (0)