Skip to content

Commit 1951be8

Browse files
committed
set request attempt limit
1 parent 67001f7 commit 1951be8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/test/helper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ beforeAll(async () => {
160160
Parse.initialize('integration');
161161
Parse.CoreManager.set('SERVER_URL', serverURL);
162162
Parse.CoreManager.set('MASTER_KEY', 'notsosecret');
163+
Parse.CoreManager.set('REQUEST_ATTEMPT_LIMIT', 1);
163164
});
164165

165166
afterEach(async () => {

0 commit comments

Comments
 (0)