Skip to content

Commit

Permalink
test/encryption: increase end-to-end test timeouts (#1250)
Browse files Browse the repository at this point in the history
Also mark these tests as @slow.

* these tests have been seen to time out on CI
* these tests time out around 10% of the time on my machine

Closes #1249
  • Loading branch information
alxndrsn authored Oct 29, 2024
1 parent 4e34147 commit cc7090e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration/other/encryption.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ describe('managed encryption', () => {
}));
});

describe('end-to-end', () => {
describe('end-to-end @slow', function() {
this.timeout(5000);

const { extractPubkey, extractVersion, encryptInstance, sendEncrypted, internal } = require(appRoot + '/test/util/crypto-odk');

describe('odk encryption simulation', () => {
Expand Down

0 comments on commit cc7090e

Please sign in to comment.