Skip to content

Commit

Permalink
Tests: Increase timeout, as 4.7-2013-q1 tmpInstall gets aborted other…
Browse files Browse the repository at this point in the history
…wise.
  • Loading branch information
carlosperate committed Feb 3, 2025
1 parent 9ba50d8 commit 59281b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const TEMP_LOCAL_PATH = path.join(__dirname, '..', 'TESTS_TEMP_DELETE');
const TEMP_HOME_DIR = path.join(TEMP_LOCAL_PATH, 'HOME');
const TEMP_CACHE_DIR = path.join(TEMP_LOCAL_PATH, 'CACHE');

jest.setTimeout(5 * 60 * 1000);
jest.setTimeout(7 * 60 * 1000);

beforeAll(() => {
if (fs.existsSync(TEMP_HOME_DIR)) rimraf.sync(TEMP_HOME_DIR);
Expand Down

0 comments on commit 59281b9

Please sign in to comment.