ci: reduce timeout after idempotency tests (#8227)

This commit is contained in:
dblythy
2022-10-17 10:53:10 +11:00
committed by GitHub
parent 2b00c5b762
commit 4af13af991

View File

@@ -45,6 +45,10 @@ describe('Idempotency', () => {
});
});
afterAll(() => {
jasmine.DEFAULT_TIMEOUT_INTERVAL = process.env.PARSE_SERVER_TEST_TIMEOUT || 10000;
});
// Tests
it('should enforce idempotency for cloud code function', async () => {
let counter = 0;