Skip to content

Commit 4af13af

Browse files
authored
ci: reduce timeout after idempotency tests (#8227)
1 parent 2b00c5b commit 4af13af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/Idempotency.spec.js

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ describe('Idempotency', () => {
4545
});
4646
});
4747

48+
afterAll(() => {
49+
jasmine.DEFAULT_TIMEOUT_INTERVAL = process.env.PARSE_SERVER_TEST_TIMEOUT || 10000;
50+
});
51+
4852
// Tests
4953
it('should enforce idempotency for cloud code function', async () => {
5054
let counter = 0;

0 commit comments

Comments
 (0)