We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67001f7 commit 1951be8Copy full SHA for 1951be8
integration/test/helper.js
@@ -160,6 +160,7 @@ beforeAll(async () => {
160
Parse.initialize('integration');
161
Parse.CoreManager.set('SERVER_URL', serverURL);
162
Parse.CoreManager.set('MASTER_KEY', 'notsosecret');
163
+ Parse.CoreManager.set('REQUEST_ATTEMPT_LIMIT', 1);
164
});
165
166
afterEach(async () => {
0 commit comments