Skip to content

Commit

Permalink
remove longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Apr 12, 2024
1 parent 48aaff6 commit 7dcc648
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 @@ -911,7 +911,7 @@ describe(`handle integrity checks`, () => {
}),
]);
});
}, 180_000);
});
it(`should return an error when signature does not match with a tag`, async () => {
process.env.TEST_INTEGRITY = `invalid_signature`; // See `_registryServer.mjs`

Expand Down

0 comments on commit 7dcc648

Please sign in to comment.